summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-10-13 10:45:48 -0400
committerSimo Sorce <idra@samba.org>2008-10-13 10:47:06 -0400
commit092bb542da8ff9eef9a8a981e698a1bff60058af (patch)
tree50b1e5d40cac7e95054e3c9b9cb3396f0f74d4ec /source4
parent65d5b1e7b494f94cf1ffef04ab74a68967789d89 (diff)
downloadsamba-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.c2
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);
}