diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2008-09-09 15:06:13 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-10-13 10:11:30 -0400 |
commit | 345e731fc10b779204b699076876e89237da6cdb (patch) | |
tree | daf6d56618b39ce0e10af3d571a2bf9650da16be /source4/lib/ldb-samba | |
parent | 2049cfe743a2ea4ec1db17b21500b98ba8bab4c7 (diff) | |
download | samba-345e731fc10b779204b699076876e89237da6cdb.tar.gz samba-345e731fc10b779204b699076876e89237da6cdb.tar.bz2 samba-345e731fc10b779204b699076876e89237da6cdb.zip |
Cosmetic corrections for the DSDB module
This commit applies some cosmetic corrections for the DSDB (Directory Server Database).
Diffstat (limited to 'source4/lib/ldb-samba')
-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 a16582d294..46ea09554d 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 0; + return LDB_SUCCESS; } return ldb_handler_copy(ldb, mem_ctx, in, out); } |