diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/krb5/krb5_child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c index e2125a453..cd6f7e34a 100644 --- a/src/providers/krb5/krb5_child.c +++ b/src/providers/krb5/krb5_child.c @@ -38,7 +38,7 @@ #include "providers/krb5/krb5_utils.h" #include "sss_cli.h" -#define SSSD_KRB5_CHANGEPW_PRINCIPAL "kadmin/changepw" +#define SSSD_KRB5_CHANGEPW_PRINCIPAL discard_const("kadmin/changepw") struct krb5_child_ctx { /* opts taken from kinit */ |