git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-01-29 18:01:55 +00:00
parent 318b823ffe
commit 7ad48cc7bb

View file

@ -1793,7 +1793,7 @@ static int messages_received_count;
/* /*
* Keep track of local objects accross all connections. * Keep track of local objects accross all connections.
*/ */
counter = NSMapGet(all_connections_local_objects, (void*)object); counter = NSMapGet(all_connections_local_targets, (void*)target);
if (counter) if (counter)
{ {
[counter increment]; [counter increment];