Skip to content

Commit

Permalink
fix(examples): Change UA_ServerConfig_clean() to UA_SeverConfig_clear…
Browse files Browse the repository at this point in the history
…() to match the new function name in the library
  • Loading branch information
RolfKal authored and jpfr committed Apr 30, 2024
1 parent 97ab4e1 commit 6fb9591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pubsub/sks/server_pubsub_central_sks.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ main(int argc, char **argv) {
if(server)
UA_Server_delete(server);
else
UA_ServerConfig_clean(&config);
UA_ServerConfig_clear(&config);

UA_ByteString_clear(&certificate);
#if defined(UA_ENABLE_ENCRYPTION)
Expand Down

0 comments on commit 6fb9591

Please sign in to comment.