Skip to content

Commit

Permalink
fix(plugin): fix clearing previous plugin in UA_AccessControl_default()
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoll authored and jpfr committed Nov 26, 2024
1 parent c65b593 commit 0cc73fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ua_accesscontrol_default.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ UA_AccessControl_default(UA_ServerConfig *config,
UA_AccessControl *ac = &config->accessControl;

if(ac->clear)
clear_default(ac);
ac->clear(ac);

ac->clear = clear_default;
ac->activateSession = activateSession_default;
Expand Down

0 comments on commit 0cc73fe

Please sign in to comment.