code
authorChristian Grothoff <christian@grothoff.org>
Fri, 23 Apr 2010 08:56:01 +0000 (08:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 23 Apr 2010 08:56:01 +0000 (08:56 +0000)
src/peerinfo/peerinfo_api.c

index 8d1ab3c63b770316066a7507ab62ef07b8b4972b..f857c4a776857568c1d385dbcf682c22524d8a96 100644 (file)
@@ -480,7 +480,7 @@ iterator_start_receive (void *cls,
        }
       reconnect (ic->h);
       trigger_transmit (ic->h);
-      ic->callback (ic->callback_cls, NULL, NULL, 2);
+      ic->callback (ic->callback_cls, NULL, NULL, 1);
       GNUNET_free (ic);
       return;
     }