mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
Before throwing away an old client reference during re-registration.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38964 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0a83fb13e2
commit
601b0d0eca
1 changed files with 1 additions and 0 deletions
|
@ -1859,6 +1859,7 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
|||
}
|
||||
else
|
||||
{
|
||||
[old setObj: nil];
|
||||
m = [NSString stringWithFormat:
|
||||
@"Re-registered host with name '%@' at %@\n",
|
||||
n, [NSDate date]];
|
||||
|
|
Loading…
Reference in a new issue