Fix a return value from sync_eventlog_params() (patch from Volker)
authorGerald W. Carter <jerry@samba.org>
Tue, 29 Jan 2008 21:06:59 +0000 (15:06 -0600)
committerGerald W. Carter <jerry@samba.org>
Tue, 29 Jan 2008 21:06:59 +0000 (15:06 -0600)
source/rpc_server/srv_eventlog_nt.c

index 0ea34e54ad4b64d86fe7b031a99d533c932399e6..7af8219a3e0cc30b6a8e195802a7155b74a72625 100644 (file)
@@ -486,7 +486,7 @@ static bool sync_eventlog_params( EVENTLOG_INFO *info )
 
 done:
        TALLOC_FREE(ctx);
-       return true;
+       return ret;
 }
 
 /********************************************************************