The branch, master has been updated
       via  33193c2bb78f8903aa430f8153f74a68682ddec3 (commit)
      from  3b6e5e6cc8b00912d24c8e1fc59eaa21068db91a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 33193c2bb78f8903aa430f8153f74a68682ddec3
Author: Tomasz Krasuski <[EMAIL PROTECTED]>
Date:   Fri Dec 5 16:30:39 2008 -0800

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

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/popt_common.c b/source3/lib/popt_common.c
index 2e6d3b3..9e67c52 100644
--- a/source3/lib/popt_common.c
+++ b/source3/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