浏览代码

bigfixing the last commit

Stasik0 10 年之前
父节点
当前提交
c97a7789e6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/server/ua_server_binary.c

+ 2 - 1
src/server/ua_server_binary.c

@@ -200,9 +200,10 @@ static void processMSG(UA_Connection *connection, UA_Server *server, const UA_By
 #ifdef EXTENSION_STATELESS
     UA_SecureChannel dummyChannel;
     UA_SecureChannel_init(&dummyChannel);
-    if(secureChannelId == 0 || !clientChannel)
+    if(secureChannelId == 0 || !clientChannel){
         clientChannel = &dummyChannel;
         clientSession = &anonymousSession;
+    }
 #endif
     if(!clientSession && clientChannel)
         clientSession = clientChannel->session;