From 5fb174ace5b91e4c6e516887ea165038675a1a61 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 28 Mar 2011 10:52:51 +0200 Subject: [PATCH] s3: Fix Coverity ID 2173: FORWARD_NULL (cherry picked from commit 6e9b69fb0783188444d71fc3b3292cdc2efd6087) --- 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 cfd60aa42e1..302df1e22d4 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1667,7 +1667,7 @@ void invalidate_cm_connection(struct winbindd_cm_conn *conn) if (conn->lsa_pipe_tcp != NULL) { if (is_valid_policy_hnd(&conn->lsa_policy)) { - dcerpc_lsa_Close(conn->lsa_pipe->binding_handle, + dcerpc_lsa_Close(conn->lsa_pipe_tcp->binding_handle, talloc_tos(), &conn->lsa_policy, &result); -- 2.11.4.GIT