diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 2a60a2e3b8..4161a0d3b7 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -162,7 +162,7 @@ void rs_assert_(const char*file, unsigned line, const char*fn, const char*cond) errno = save_errno; /* $NO_RS_ASSERT > 0: ignore rs_asserts, 0: abort, < 0: just warn */ - if ( !no_assert /* from $NO_RS_ASSERT */ ) abort(); + if ( !no_assert /* from $NO_RS_ASSERT */ ) abort(); } /* SlapReply is consistent */