diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-07-27 18:08:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:05 -0500 |
commit | e5cbee330e5b38d525ac8ca5b0e8714216781233 (patch) | |
tree | ede07377d6b267681e3ebb05c0db77c93facdf2f /source4/lib | |
parent | 9a067547ecf96878213f8e46eb5a41b372e4d0a2 (diff) | |
download | samba-e5cbee330e5b38d525ac8ca5b0e8714216781233.tar.gz samba-e5cbee330e5b38d525ac8ca5b0e8714216781233.tar.bz2 samba-e5cbee330e5b38d525ac8ca5b0e8714216781233.zip |
r17281: we now have client/server max protol
metze
(This used to be commit 1d74291626399d283c180e136a3f7a8c27ecdb37)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/cmdline/popt_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index fb6ba722de..2d12e29b85 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -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': |