diff options
Diffstat (limited to 'source3/include/popt_common.h')
-rw-r--r-- | source3/include/popt_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index 274cd1ba70..86faa144f3 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -42,8 +42,8 @@ extern const struct poptOption popt_common_dynconfig[]; "Build-time configuration overrides:", NULL }, struct user_auth_info { - pstring username; - pstring password; + char *username; + char *password; bool got_pass; bool use_kerberos; int signing_state; |