Explorar el Código

bigfixing the last commit

Stasik0 hace 10 años
padre
commit
c97a7789e6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;