1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-07 12:23:51 +03:00

r11520: indent

This commit is contained in:
Andrew Bartlett
2005-11-05 10:51:13 +00:00
committed by Gerald (Jerry) Carter
parent dc0e9f8d1a
commit ce611eb5f3

View File

@@ -561,7 +561,7 @@ NTSTATUS sam_get_server_info_principal(TALLOC_CTX *mem_ctx, const char *principa
/* grab domain info from the reference */
ret = gendb_search(sam_ctx, tmp_ctx, NULL, &msgs_domain_ref, domain_ref_attrs,
"(ncName=%s)", ldb_dn_linearize(tmp_ctx, domain_dn));
"(ncName=%s)", ldb_dn_linearize(tmp_ctx, domain_dn));
if (ret != 1) {
talloc_free(tmp_ctx);