hdb: Remove redundant assignment

Found by Coverity (Samba CID 1544603).

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-09-18 09:22:35 +12:00
committed by Nico Williams
parent c3e3d02b01
commit f7bcd8665c

View File

@@ -1629,7 +1629,6 @@ fetch_it(krb5_context context,
/* Extra ':'s? No virtualization for you! */
free(host);
host = NULL;
htmp = NULL;
} else {
*htmp = '\0';
}