From 6ac2585e8739e993b976503a0979228064a78def Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 5 Nov 2005 10:51:13 +0000 Subject: r11520: indent (This used to be commit ce611eb5f31bc63fc23700e7a2c47e68b8f826aa) --- source4/auth/auth_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/auth_sam.c') diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 44609bb7f8..3bf0d24e38 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -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); -- cgit