svn commit: samba r3102 - in branches/SAMBA_4_0/source/lib/cmdline: .

metze at samba.org metze at samba.org
Thu Oct 21 00:49:56 GMT 2004


Author: metze
Date: 2004-10-21 00:49:39 +0000 (Thu, 21 Oct 2004)
New Revision: 3102

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/cmdline&rev=3102&nolog=1

Log:
typo

metze

Modified:
   branches/SAMBA_4_0/source/lib/cmdline/popt_common.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/cmdline/popt_common.c
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2004-10-21 00:47:05 UTC (rev 3101)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2004-10-21 00:49:39 UTC (rev 3102)
@@ -401,7 +401,7 @@
 			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;



More information about the samba-cvs mailing list