Skip to content

Commit

Permalink
krb5_wrap: Use 'samba-kdc' for com_err whoami in krb5_warnx()
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
cryptomilk authored and abartlet committed Aug 31, 2016
1 parent 3bc9b76 commit 0540cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/krb5_wrap/krb5_samba.c
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,7 @@ krb5_error_code krb5_warnx(krb5_context context, const char *fmt, ...)
va_list args;

va_start(args, fmt);
com_err_va("kdb_samba", errno, fmt, args);
com_err_va("samba-kdc", errno, fmt, args);
va_end(args);

return 0;
Expand Down

0 comments on commit 0540cfd

Please sign in to comment.