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

metze at samba.org metze at samba.org
Thu Jul 27 18:08:13 GMT 2006


Author: metze
Date: 2006-07-27 18:08:12 +0000 (Thu, 27 Jul 2006)
New Revision: 17281

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17281

Log:
we now have client/server max protol

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	2006-07-27 18:06:09 UTC (rev 17280)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2006-07-27 18:08:12 UTC (rev 17281)
@@ -118,7 +118,7 @@
 		break;
 
 	case 'm':
-		lp_set_cmdline("max protocol", arg);
+		lp_set_cmdline("client max protocol", arg);
 		break;
 
 	case 'R':



More information about the samba-cvs mailing list