[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Fri Dec 3 17:44:31 MST 2010


The branch, v3-6-test has been updated
       via  77f1180 Fix bug #3185 - testparm exits 0 if it can read the config file regardless of errors (cherry picked from commit 3b5bd37016d794526c230f81d725c9daa238a9d7)
      from  613ac16 s3/s4:lsa.idl - QueryDomainInformationPolicy - the "unknown6" field is called "reserved"

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


- Log -----------------------------------------------------------------
commit 77f118041025312ba2766b02b7f91ab548b5a87d
Author: Holger Hetterich <hhetter at novell.com>
Date:   Fri Dec 3 16:43:47 2010 -0800

    Fix bug #3185 - testparm exits 0 if it can read the config file regardless of errors
    (cherry picked from commit 3b5bd37016d794526c230f81d725c9daa238a9d7)

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

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


Changeset truncated at 500 lines:

diff --git a/lib/util/params.c b/lib/util/params.c
index 8d17e0d..45fcd5b 100644
--- a/lib/util/params.c
+++ b/lib/util/params.c
@@ -358,7 +358,7 @@ static bool Parameter( myFILE *InFile, bool (*pfunc)(const char *, const char *,
       case EOF:
         InFile->bufr[i] = '\0';
         DEBUG(1,("%s Unexpected end-of-file at: %s\n", func, InFile->bufr ));
-        return( true );
+        return( false );
 
       default:
         if( isspace( c ) )     /* One ' ' per whitespace region.       */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list