From: Simo Sorce Date: Mon, 13 Oct 2008 14:45:48 +0000 (-0400) Subject: Revert chunk applied by mistake as part of the cosmetic fixes fromi Mathias X-Git-Tag: samba-4.0.0alpha6~769^2~167 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=092bb542da8ff9eef9a8a981e698a1bff60058af Revert chunk applied by mistake as part of the cosmetic fixes fromi Mathias --- diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index 46ea09554dc..a16582d2945 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -134,7 +134,7 @@ static int ldb_canonicalise_objectSid(struct ldb_context *ldb, void *mem_ctx, /* Perhaps not a string after all */ return ldb_handler_copy(ldb, mem_ctx, in, out); } - return LDB_SUCCESS; + return 0; } return ldb_handler_copy(ldb, mem_ctx, in, out); }