r17281: we now have client/server max protol
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Jul 2006 18:08:12 +0000 (18:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:05 +0000 (14:15 -0500)
metze
(This used to be commit 1d74291626399d283c180e136a3f7a8c27ecdb37)

source4/lib/cmdline/popt_common.c

index fb6ba722dee15263d709d2c59bb22f5c7ee8f0f1..2d12e29b85d7dffb03d76eec41bd2df3c1a08d8a 100644 (file)
@@ -118,7 +118,7 @@ static void popt_common_callback(poptContext con,
                break;
 
        case 'm':
-               lp_set_cmdline("max protocol", arg);
+               lp_set_cmdline("client max protocol", arg);
                break;
 
        case 'R':