Revert chunk applied by mistake as part of the cosmetic fixes fromi Mathias
authorSimo Sorce <idra@samba.org>
Mon, 13 Oct 2008 14:45:48 +0000 (10:45 -0400)
committerSimo Sorce <idra@samba.org>
Mon, 13 Oct 2008 14:47:06 +0000 (10:47 -0400)
source4/lib/ldb-samba/ldif_handlers.c

index 46ea09554dc610880012d4510ae42c2b1d791c0b..a16582d29458a1e0b23cfa7e822c0e1e8fecf4a1 100644 (file)
@@ -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);
 }