hdb: Remove redundant assignment
Found by Coverity (Samba CID 1544603). Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Nico Williams

parent
c3e3d02b01
commit
f7bcd8665c
@@ -1629,7 +1629,6 @@ fetch_it(krb5_context context,
|
||||
/* Extra ':'s? No virtualization for you! */
|
||||
free(host);
|
||||
host = NULL;
|
||||
htmp = NULL;
|
||||
} else {
|
||||
*htmp = '\0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user