summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/winbind/wb_pam_auth.c2
1 files changed, 1 insertions, 1 deletions
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;