diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-30 21:12:33 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-30 21:12:33 +0000 |
commit | 8268b82738e5b6cc410d7ecbd28c81fd45e5ef9d (patch) | |
tree | 3d572555f31717e1ce4a017abcc7632bb4f3c2f6 /src/stream | |
parent | d1197bf7ad2ff49c9a3e7ee9b81fb66ecf2de91b (diff) |
fixing #2571
git-svn-id: https://gnunet.org/svn/gnunet@24149 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/stream')
-rw-r--r-- | src/stream/stream_api.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index 6cf7320818..70459ee3f8 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -2823,9 +2823,8 @@ lockmanager_acquire_timeout (void *cls, lsocket->lockmanager_acquire_timeout_task = GNUNET_SCHEDULER_NO_TASK; listen_cb = lsocket->listen_cb; listen_cb_cls = lsocket->listen_cb_cls; - GNUNET_STREAM_listen_close (lsocket); if (NULL != listen_cb) - listen_cb (listen_cb_cls, NULL, NULL); + listen_cb (listen_cb_cls, NULL, NULL); } |