diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index f712ddf220..69d5b102d4 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -2023,7 +2023,7 @@ static int net_ads_password(struct net_context *c, int argc, const char **argv) ADS_STRUCT *ads; const char *auth_principal = c->opt_user_name; const char *auth_password = c->opt_password; - char *realm = NULL; + const char *realm = NULL; const char *new_password = NULL; char *chr, *prompt; const char *user; |