[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r21580 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r21580 - gnunet/src/transport |
Date: |
Fri, 25 May 2012 16:41:52 +0200 |
Author: wachs
Date: 2012-05-25 16:41:52 +0200 (Fri, 25 May 2012)
New Revision: 21580
Modified:
gnunet/src/transport/plugin_transport_http_server.c
Log:
- fix
Modified: gnunet/src/transport/plugin_transport_http_server.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_server.c 2012-05-25 14:40:39 UTC
(rev 21579)
+++ gnunet/src/transport/plugin_transport_http_server.c 2012-05-25 14:41:52 UTC
(rev 21580)
@@ -537,7 +537,7 @@
GNUNET_break (0);
goto error;
}
- s = create_session (plugin, &target, a, a_len, NULL, NULL);
+ s = create_session (plugin, &target, a, a_len);
GNUNET_assert (NULL != s);
s->ats_address_network_type = ats.value;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r21580 - gnunet/src/transport,
gnunet <=