1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r22402: Fix build warning.

Guenther
(This used to be commit bf9131fed30b3d6f80c41734c04450a1e6bcba5b)
This commit is contained in:
Günther Deschner 2007-04-20 10:54:55 +00:00 committed by Gerald (Jerry) Carter
parent 90ad4eae89
commit 04a70aaf1c

View File

@ -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);