|
@@ -174,7 +174,7 @@ static void processMSG(UA_Connection *connection, UA_Server *server, const UA_By
|
|
UA_SecureChannel anonymousChannel;
|
|
UA_SecureChannel anonymousChannel;
|
|
if(!clientChannel) {
|
|
if(!clientChannel) {
|
|
UA_SecureChannel_init(&anonymousChannel);
|
|
UA_SecureChannel_init(&anonymousChannel);
|
|
- anonymousChannel->session = &anonymousSession;
|
|
|
|
|
|
+ anonymousChannel.session = &anonymousSession;
|
|
clientChannel = &anonymousChannel;
|
|
clientChannel = &anonymousChannel;
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|