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:
committed by
Gerald (Jerry) Carter
parent
dc0e9f8d1a
commit
ce611eb5f3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user