[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5265-g2238f7e

Karolin Seeger kseeger at samba.org
Mon May 18 09:51:58 GMT 2009


The branch, v3-3-test has been updated
       via  2238f7eede55fe780630df70b712fad7ebc95c76 (commit)
      from  5ed457f984c093642afde854715b3792524e0798 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 2238f7eede55fe780630df70b712fad7ebc95c76
Author: Volker Lendecke <vl at samba.org>
Date:   Fri May 15 21:02:08 2009 +0200

    Fix bug 6361: Make --rcfile work in smbget
    
    Thanks to j scott <gl at arlut.utexas.edu> for reporting!

-----------------------------------------------------------------------

Summary of changes:
 source/utils/smbget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/smbget.c b/source/utils/smbget.c
index 042f3a9..b7d56cd 100644
--- a/source/utils/smbget.c
+++ b/source/utils/smbget.c
@@ -582,7 +582,7 @@ int main(int argc, const char **argv)
 		{"verbose", 'v', POPT_ARG_NONE, &verbose, 'v', "Be verbose" },
 		{"keep-permissions", 'P', POPT_ARG_NONE, &keep_permissions, 'P', "Keep permissions" },
 		{"blocksize", 'b', POPT_ARG_INT, &blocksize, 'b', "Change number of bytes in a block"},
-		{"rcfile", 'f', POPT_ARG_STRING, NULL, 0, "Use specified rc file"},
+		{"rcfile", 'f', POPT_ARG_STRING, NULL, 'f', "Use specified rc file"},
 		POPT_AUTOHELP
 		POPT_TABLEEND
 	};


-- 
Samba Shared Repository


More information about the samba-cvs mailing list