The branch, v3-2-test has been updated
       via  635373512634a05d65b009e4ec3669a227b2b94d (commit)
      from  0e3d643712ed315bacc91db56985358e20ce9913 (commit)

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


- Log -----------------------------------------------------------------
commit 635373512634a05d65b009e4ec3669a227b2b94d
Author: Tomasz Krasuski <[EMAIL PROTECTED]>
Date:   Fri Dec 5 16:30:55 2008 -0800

    Fix bug #5928 - Option --version in testparm does not work.

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/popt_common.c b/source/lib/popt_common.c
index 25e41ab..bf8aca8 100644
--- a/source/lib/popt_common.c
+++ b/source/lib/popt_common.c
@@ -166,7 +166,7 @@ struct poptOption popt_common_configfile[] = {
 };
 
 struct poptOption popt_common_version[] = {
-       { NULL, 0, POPT_ARG_CALLBACK, (void *)popt_common_callback },
+       { NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_POST, (void 
*)popt_common_callback },
        { "version", 'V', POPT_ARG_NONE, NULL, 'V', "Print version" },
        POPT_TABLEEND
 };


-- 
Samba Shared Repository

Reply via email to