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

mimir at samba.org mimir at samba.org
Wed Nov 8 21:11:26 GMT 2006


Author: mimir
Date: 2006-11-08 21:11:25 +0000 (Wed, 08 Nov 2006)
New Revision: 19637

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

Log:
Leave --realm option only, as abartlet suggested.


rafal


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-11-08 14:36:30 UTC (rev 19636)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2006-11-08 21:11:25 UTC (rev 19637)
@@ -32,7 +32,7 @@
  *		-l,--log-base
  *		-n,--netbios-name
  *		-W,--workgroup
- *		-r,--realm
+ *		--realm
  *		-i,--scope
  */
 
@@ -154,7 +154,7 @@
 	{ "socket-options", 'O', POPT_ARG_STRING, NULL, 'O', "socket options to use", "SOCKETOPTIONS" },
 	{ "netbiosname", 'n', POPT_ARG_STRING, NULL, 'n', "Primary netbios name", "NETBIOSNAME" },
 	{ "workgroup", 'W', POPT_ARG_STRING, NULL, 'W', "Set the workgroup name", "WORKGROUP" },
-	{ "realm", 'r', POPT_ARG_STRING, NULL, 'r', "Set the realm name", "REALM" },
+	{ "realm", 0, POPT_ARG_STRING, NULL, 'r', "Set the realm name", "REALM" },
 	{ "scope", 'i', POPT_ARG_STRING, NULL, 'i', "Use this Netbios scope", "SCOPE" },
 	{ "maxprotocol", 'm', POPT_ARG_STRING, NULL, 'm', "Set max protocol level", "MAXPROTOCOL" },
 	{ NULL }



More information about the samba-cvs mailing list