GNUNET_i2s (&id));
#endif
GNUNET_STATISTICS_update (stats,
- gettext_noop ("# peer addresses not validated (already in progress)"),
+ gettext_noop ("# peer addresses not validated (in progress)"),
1,
GNUNET_NO);
return GNUNET_OK;
struct PendingMessage *pm;
struct WelcomeMessage welcome;
+ GNUNET_assert (client != NULL);
GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG,
"tcp",
"Creating new session for peer `%4s'\n",
where we could restrict the iteration to entries that match
the target peer... */
while ( (session != NULL) &&
+ (session->client != NULL) &&
( (0 != memcmp (target,
&session->target,
sizeof (struct GNUNET_PeerIdentity))) ||