summaryrefslogtreecommitdiff
path: root/source4/lib/cmdline/popt_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/cmdline/popt_common.h')
-rw-r--r--source4/lib/cmdline/popt_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/cmdline/popt_common.h b/source4/lib/cmdline/popt_common.h
index bedf8f7f5d..06560d2be5 100644
--- a/source4/lib/cmdline/popt_common.h
+++ b/source4/lib/cmdline/popt_common.h
@@ -40,8 +40,9 @@ extern struct poptOption popt_common_credentials[];
struct cmdline_auth_info {
pstring username;
- pstring password;
pstring domain;
+ BOOL got_domain;
+ pstring password;
BOOL got_pass;
BOOL use_kerberos;
};