mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Minor change to avoid some warning messages.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13494 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4d46f6a67
commit
ddf39e7c58
2 changed files with 6 additions and 2 deletions
|
@ -1769,6 +1769,8 @@ static Class tcpPortClass;
|
|||
NSArray *handleArray;
|
||||
unsigned i;
|
||||
|
||||
[super invalidate]; // Avoid recursive calls
|
||||
|
||||
[tcpPortLock lock];
|
||||
thePorts = NSMapGet(tcpPortMap, (void*)(gsaddr)portNum);
|
||||
if (thePorts != 0)
|
||||
|
@ -1795,7 +1797,6 @@ static Class tcpPortClass;
|
|||
NSFreeMapTable(handles);
|
||||
handles = 0;
|
||||
}
|
||||
[super invalidate];
|
||||
}
|
||||
DO_UNLOCK(myLock);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue