-improve UDP logging
[oweals/gnunet.git] / src / dv / plugin_transport_dv.c
index 49fe1a4d6e1e78aa2c06f730fe82fc4ff0ca68ff..382e575966061c89a424908d0c7854687cda3b55 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2002--2014 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2002--2014 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -465,7 +465,7 @@ free_session (struct Session *session)
   {
     notify_session_monitor (session->plugin,
                            session,
-                           GNUNET_TRANSPORT_SS_DOWN);
+                           GNUNET_TRANSPORT_SS_DONE);
     plugin->env->session_end (plugin->env->cls,
                              session->address,
                              session);