[PATCH] Fix typo in winbindd_cm.c

Marc Muehlfeld mmuehlfeld at samba.org
Tue Dec 22 22:12:44 UTC 2015


Am 22.12.2015 um 21:33 schrieb Martin Schwenke:
> Needs your Signed-off-by: line.  :-)

Ups. Right.


Regards,
Marc
-------------- next part --------------
>From 32e0fdcb1058d545f7d81e91dd186cf49fd91d62 Mon Sep 17 00:00:00 2001
From: Marc Muehlfeld <mmuehlfeld at samba.org>
Date: Tue, 22 Dec 2015 21:13:52 +0100
Subject: [PATCH] Fix typo in winbindd_cm.c

Signed-off-by: Marc Muehlfeld <mmuehlfeld at samba.org>

---
 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 716fa5a..93a2dde 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.5.0



More information about the samba-technical mailing list