From f5a94f978b9221bbf79e3d0d3fe8ad5d735509a1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Apr 2007 16:52:30 +0000 Subject: r22612: Fix more cases where we have uninitialised values in the composite_context, because we don't use the creation function. Andrew Bartlett (This used to be commit e37064e356c17d0c87bb7fa7adf0c0d04d8daba2) --- source4/winbind/wb_sam_logon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/winbind/wb_sam_logon.c') diff --git a/source4/winbind/wb_sam_logon.c b/source4/winbind/wb_sam_logon.c index 842e144c16..683773c76e 100644 --- a/source4/winbind/wb_sam_logon.c +++ b/source4/winbind/wb_sam_logon.c @@ -73,7 +73,7 @@ struct composite_context *wb_sam_logon_send(TALLOC_CTX *mem_ctx, } /* - Finish the connection to the DC + Having finished making the connection to the DC Send of a SamLogon request to authenticate a user. */ static void wb_sam_logon_recv_domain(struct composite_context *creq) -- cgit