mark as disconnected
authorChristian Grothoff <christian@grothoff.org>
Thu, 23 Jun 2011 16:39:47 +0000 (16:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 23 Jun 2011 16:39:47 +0000 (16:39 +0000)
src/transport/gnunet-service-transport.c

index 2c939a4be31456b9c1dde4746d0d5a5158388223..0032b20c7da361591da0b4ee9edbc2ef9b9b6f8f 100644 (file)
@@ -2600,6 +2600,7 @@ plugin_env_session_end  (void *cls,
       return; /* was never marked as connected */
     }
   pos->session = NULL;
+  pos->connected = GNUNET_NO;
   if (pos->addrlen != 0)
     {
       if (nl->received_pong != GNUNET_NO)