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 <[EMAIL PROTECTED]>
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