From f7bcd8665cca34154388468ae9bd7e749e9a9b08 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 18 Sep 2023 09:22:35 +1200 Subject: [PATCH] hdb: Remove redundant assignment Found by Coverity (Samba CID 1544603). Signed-off-by: Joseph Sutton --- lib/hdb/common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hdb/common.c b/lib/hdb/common.c index 1c947b3cf..e2d12823d 100644 --- a/lib/hdb/common.c +++ b/lib/hdb/common.c @@ -1629,7 +1629,6 @@ fetch_it(krb5_context context, /* Extra ':'s? No virtualization for you! */ free(host); host = NULL; - htmp = NULL; } else { *htmp = '\0'; }