r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines...
[jelmer/samba4-debian.git] / source / libnet / libnet_samsync_ldb.c
index 338b15d6d72495ea45f29de469f857f44d6808bc..1947eadddcedc3b0626c6130614cdcd0ae7d827a 100644 (file)
@@ -1209,7 +1209,8 @@ NTSTATUS libnet_samsync_ldb(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, str
        state->secrets         = NULL;
        state->trusted_domains = NULL;
 
-       state->sam_ldb         = ldb_wrap_connect(mem_ctx, lp_sam_url(), r->in.session_info,
+       state->sam_ldb         = ldb_wrap_connect(mem_ctx, lp_sam_url(), 
+                                                 r->in.session_info,
                                                  ctx->cred, 0, NULL);
 
        r2.out.error_string    = NULL;