diff options
Diffstat (limited to 'source3/include/popt_common.h')
-rw-r--r-- | source3/include/popt_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index ae8378f28b..7237ca6754 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -47,6 +47,7 @@ extern const struct poptOption popt_common_dynconfig[]; struct user_auth_info { char *username; + char *domain; char *password; bool got_pass; bool use_kerberos; |