svn commit: samba r5413 - in branches/SAMBA_4_0/source/utils: .

tridge at samba.org tridge at samba.org
Wed Feb 16 06:55:24 GMT 2005


Author: tridge
Date: 2005-02-16 06:55:24 +0000 (Wed, 16 Feb 2005)
New Revision: 5413

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

Log:
enable standard samba command line options in ndrdump (so -d works)



Modified:
   branches/SAMBA_4_0/source/utils/ndrdump.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/ndrdump.c
===================================================================
--- branches/SAMBA_4_0/source/utils/ndrdump.c	2005-02-16 03:21:34 UTC (rev 5412)
+++ branches/SAMBA_4_0/source/utils/ndrdump.c	2005-02-16 06:55:24 UTC (rev 5413)
@@ -89,6 +89,7 @@
 	struct ndr_print *pr;
 	struct poptOption long_options[] = {
 		{"context-file", 'c', POPT_ARG_STRING, &ctx_filename, 0, "In-filename to parse first", "CTX-FILE" },
+		POPT_COMMON_SAMBA
 		POPT_AUTOHELP
 		POPT_TABLEEND
 	};



More information about the samba-cvs mailing list