From 5f407e3fb829ca790549d672a2625a15f337616c Mon Sep 17 00:00:00 2001 From: Marc Muehlfeld Date: Tue, 22 Dec 2015 21:13:52 +0100 Subject: [PATCH] Fix typo in winbindd_cm.c Signed-off-by: Marc Muehlfeld Reviewed-by: Martin Schwenke --- source3/winbindd/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 716fa5aad43..93a2dde5680 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -3072,7 +3072,7 @@ NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, if (lp_winbind_sealed_pipes() || lp_require_strong_key()) { result = NT_STATUS_DOWNGRADE_DETECTED; - DEBUG(1, ("Unwilling to make LSA connection to domain %s" + DEBUG(1, ("Unwilling to make LSA connection to domain %s " "without connection level security, " "must set 'winbind sealed pipes = false' and " "'require strong key = false' to proceed: %s\n", -- 2.11.4.GIT