summaryrefslogtreecommitdiff
path: root/source3/nsswitch/pam_winbind.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-04-20 10:54:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:32 -0500
commit04a70aaf1ce24e35f58eb79abf20287c79b30444 (patch)
treea78ac1aa65f47b91a60eda93e3d9089afdd2aaad /source3/nsswitch/pam_winbind.c
parent90ad4eae89e57cdb74b89bc8be23d071b8b6335e (diff)
downloadsamba-04a70aaf1ce24e35f58eb79abf20287c79b30444.tar.gz
samba-04a70aaf1ce24e35f58eb79abf20287c79b30444.tar.bz2
samba-04a70aaf1ce24e35f58eb79abf20287c79b30444.zip
r22402: Fix build warning.
Guenther (This used to be commit bf9131fed30b3d6f80c41734c04450a1e6bcba5b)
Diffstat (limited to 'source3/nsswitch/pam_winbind.c')
-rw-r--r--source3/nsswitch/pam_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/pam_winbind.c b/source3/nsswitch/pam_winbind.c
index 56452bd0a3..ec6361e52b 100644
--- a/source3/nsswitch/pam_winbind.c
+++ b/source3/nsswitch/pam_winbind.c
@@ -1517,7 +1517,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
dictionary *d = NULL;
char *username_ret = NULL;
char *new_authtok_required = NULL;
- const char *real_username = NULL;
+ char *real_username = NULL;
/* parse arguments */
int ctrl = _pam_parse(pamh, flags, argc, argv, &d);