The branch, v3-3-test has been updated
       via  5eadcdfd93023157e582e04cbdadb9f55ed090bb (commit)
      from  40747f209313ad6430bc35c1d82ffb5f516af621 (commit)

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


- Log -----------------------------------------------------------------
commit 5eadcdfd93023157e582e04cbdadb9f55ed090bb
Author: Tomasz Krasuski <[EMAIL PROTECTED]>
Date:   Fri Dec 5 16:29: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 2e6d3b3..9e67c52 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