Remove duplicate comment
This commit is contained in:
parent
b11d2ce1ec
commit
c4fa69c998
|
@ -1155,7 +1155,6 @@ ACTOR Future<Void> includeServers( Database cx, vector<AddressExclusion> servers
|
|||
tr.clear( excludedServersKeys );
|
||||
includeAll = true;
|
||||
} else if (s.isWholeMachine()) {
|
||||
// Eliminate both any ip-level exclusion (1.2.3.4) and any port-level exclusions (1.2.3.4:5)
|
||||
// Eliminate both any ip-level exclusion (1.2.3.4) and any
|
||||
// port-level exclusions (1.2.3.4:5)
|
||||
// The range ['IP', 'IP;'] was originally deleted. ';' is
|
||||
|
|
Loading…
Reference in New Issue