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

Günther Deschner gd at samba.org
Sun Apr 13 16:30:29 GMT 2008


The branch, v3-2-test has been updated
       via  57a5628abf628b6276f36da8ae1f3c15a4db4488 (commit)
      from  cd6388f04041a667bf0909d81e8af5f7b3bdc4af (commit)

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


- Log -----------------------------------------------------------------
commit 57a5628abf628b6276f36da8ae1f3c15a4db4488
Author: Günther Deschner <gd at samba.org>
Date:   Sun Apr 13 18:27:03 2008 +0200

    Fix the build of eventlogadm.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/eventlogadm.c b/source/utils/eventlogadm.c
index c699f96..1b38a7b 100644
--- a/source/utils/eventlogadm.c
+++ b/source/utils/eventlogadm.c
@@ -68,7 +68,7 @@ static int DoAddSourceCommand( int argc, char **argv, bool debugflag, char *exen
 		return -1;
 	}
 	/* must open the registry before we access it */
-	if ( !regdb_init(  ) ) {
+	if (!W_ERROR_IS_OK(regdb_init())) {
 		printf( "Can't open the registry.\n" );
 		return -1;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list