r3102: typo
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Oct 2004 00:49:39 +0000 (00:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:02:21 +0000 (13:02 -0500)
metze

source/lib/cmdline/popt_common.c

index 266c99ae9ed0f1d646d9d0fe268dd2735892c3dd..05e92866b2fd77b00ed889791819dcaef298fb78 100644 (file)
@@ -401,7 +401,7 @@ static void popt_common_credentials_callback(poptContext con,
                        cmdline_auth_info.got_pass = True;
 
                        pstrcpy(cmdline_auth_info.domain, lp_workgroup());
-                       cmdline_auth_info.domain = True;
+                       cmdline_auth_info.got_domain = True;
                        
                        /* machine accounts only work with kerberos */
                        cmdline_auth_info.use_kerberos = True;