diff options
author | Simo Sorce <idra@samba.org> | 2008-10-13 10:45:48 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-10-13 10:47:06 -0400 |
commit | 092bb542da8ff9eef9a8a981e698a1bff60058af (patch) | |
tree | 50b1e5d40cac7e95054e3c9b9cb3396f0f74d4ec /source4 | |
parent | 65d5b1e7b494f94cf1ffef04ab74a68967789d89 (diff) | |
download | samba-092bb542da8ff9eef9a8a981e698a1bff60058af.tar.gz samba-092bb542da8ff9eef9a8a981e698a1bff60058af.tar.bz2 samba-092bb542da8ff9eef9a8a981e698a1bff60058af.zip |
Revert chunk applied by mistake as part of the cosmetic fixes fromi Mathias
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index 46ea09554d..a16582d294 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); } |