[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-841-g0488e42

Karolin Seeger kseeger at samba.org
Tue Apr 22 07:14:02 GMT 2008


The branch, v3-2-stable has been updated
       via  0488e427ebe8ae3fdb548ec0a7ac9d4dbc81d81c (commit)
      from  5ef8028cc7d0d9b522237053c86c859e5725d0e2 (commit)

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


- Log -----------------------------------------------------------------
commit 0488e427ebe8ae3fdb548ec0a7ac9d4dbc81d81c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Apr 22 09:13:53 2008 +0200

    Revert "Fix the build of eventlogadm."
    
    This reverts commit b1057bca7fbe8d8b3ae8d2cf7d4d78148a89c3d3.

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

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 1b38a7b..c699f96 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 (!W_ERROR_IS_OK(regdb_init())) {
+	if ( !regdb_init(  ) ) {
 		printf( "Can't open the registry.\n" );
 		return -1;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list