r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.
[kai/samba.git] / source4 / lib / registry / ldb.c
index 8a34fa7a540f96b606a67aae09e496313fa0d2b7..5ecbfa04077f3536c4d49fa3f69b7ffdbf48fd7d 100644 (file)
@@ -327,8 +327,7 @@ WERROR reg_open_ldb_file(TALLOC_CTX *parent_ctx, const char *location,
        if (location == NULL) 
                return WERR_INVALID_PARAM;
 
-       wrap = ldb_wrap_connect(parent_ctx, location, session_info, 
-                                                       credentials, 0, NULL);
+       wrap = ldb_wrap_connect(parent_ctx, location, session_info, credentials, 0, NULL);
 
        if (wrap == NULL) {
                DEBUG(1, (__FILE__": unable to connect\n"));