Procházet zdrojové kódy

bigfixing the last commit

Stasik0 před 10 roky
rodič
revize
c97a7789e6
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;