mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
removing debug info... (sorry for bad commit hygiene)
This commit is contained in:
parent
4ee002c1b2
commit
b515f7dab3
@ -94,7 +94,6 @@ void UA_SecureChannel_revolveTokens(UA_SecureChannel *channel){
|
||||
if(channel->nextSecurityToken.tokenId==0) //no security token issued
|
||||
return;
|
||||
|
||||
printf("revolved\n");
|
||||
//FIXME: not thread-safe
|
||||
//swap tokens
|
||||
memcpy(&channel->securityToken, &channel->nextSecurityToken, sizeof(UA_ChannelSecurityToken));
|
||||
|
Loading…
Reference in New Issue
Block a user