1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11520: indent

(This used to be commit ce611eb5f3)
This commit is contained in:
Andrew Bartlett 2005-11-05 10:51:13 +00:00 committed by Gerald (Jerry) Carter
parent 892e1a60a8
commit 6ac2585e87

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);