Skip to content

Commit

Permalink
ua: hide credentials in CREATE event
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Dec 6, 2024
1 parent 4c0bee6 commit b3e3416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ua.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ int ua_alloc(struct ua **uap, const char *aor)
goto out;

list_append(uag_list(), &ua->le, ua);
bevent_ua_emit(UA_EVENT_CREATE, ua, "%s", aor);
bevent_ua_emit(UA_EVENT_CREATE, ua, "%s", account_aor(ua->acc));

out:
mem_deref(host);
Expand Down

0 comments on commit b3e3416

Please sign in to comment.