mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Add an operator== to plNetAddress.
This commit is contained in:
@ -177,7 +177,7 @@ static bool ListenPortIncrement (
|
||||
) {
|
||||
NtListener * listener;
|
||||
for (listener = s_listenList.Head(); listener; listener = s_listenList.Next(listener)) {
|
||||
if (!NetAddressEqual(listener->addr, listenAddr))
|
||||
if (listener->addr != listenAddr)
|
||||
continue;
|
||||
if (listener->notifyProc != notifyProc)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user