From edcbd24b6a98c25be083fa30971ea4ca04600871 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 29 Jul 2006 07:56:03 +0000 Subject: r17306: fix compiler warning metze (This used to be commit cee012c5702da225c81f82d90193b500e3707613) --- source4/winbind/wb_pam_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/winbind') diff --git a/source4/winbind/wb_pam_auth.c b/source4/winbind/wb_pam_auth.c index 07c7e0eb02..3eb49e2def 100644 --- a/source4/winbind/wb_pam_auth.c +++ b/source4/winbind/wb_pam_auth.c @@ -37,7 +37,7 @@ struct pam_auth_crap_state { uint32_t logon_parameters; const char *domain_name; const char *user_name; - const char *unix_username; + char *unix_username; const char *workstation; DATA_BLOB chal, nt_resp, lm_resp; -- cgit