Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 6358b47

Browse files
jianjunztaste1981
authored andcommitted
Add v4.0.1.
Change-Id: Ic457f864a4a3de754bfb36c35acab055e2b866df Reviewed-on: https://git-ccr-1.devtools.intel.com/gerrit/86430 Reviewed-by: Zhang, He <[email protected]> Tested-by: Qiu, Jianlin <[email protected]>
1 parent 50e00e7 commit 6358b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peerserver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function authorization(socket, next){
9494
var clientType=query.clientType;
9595
switch(clientVersion){
9696
case '4.0':
97+
case '4.0.1':
9798
// socket.user stores session related information.
9899
if(token){
99100
validateUser(token, function(uid){ // Validate user's token successfully.

0 commit comments

Comments
 (0)