Skip to content

Commit b2c792f

Browse files
ngarazwoop
authored andcommitted
TS-5008 CID 1022007 Logically dead code
1 parent 3f8f680 commit b2c792f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mgmt/cluster/VMap.cc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,7 @@ VMap::rl_checkGlobConflict(char *virt_ip)
617617
}
618618

619619
if (ink_hash_table_lookup(our_map, virt_ip, &hash_value) != 0) {
620-
if (in_ext_map) {
621-
ret = true;
622-
} else {
623-
ret = false;
624-
}
620+
ret = false;
625621
}
626622

627623
return ret;

0 commit comments

Comments
 (0)