notify
authorChristian Grothoff <christian@grothoff.org>
Tue, 13 Apr 2010 14:14:29 +0000 (14:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 13 Apr 2010 14:14:29 +0000 (14:14 +0000)
src/transport/plugin_transport_tcp.c

index 2a3d52193d92d5b5a66998e6f4232b689397a52f..fea76daae594790e730ab61b7ac8853bb6ae324a 100644 (file)
@@ -535,6 +535,9 @@ disconnect_session (struct Session *session)
     session->plugin->sessions = session->next;
   else
     prev->next = session->next;
+  plugin->env->session_end (session->plugin->env->cls,
+                           &session->target,
+                           session);
   /* clean up state */
   if (session->transmit_handle != NULL)
     {