From 0469599af8e76018141e33e75f5b9fcf1eabfbee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Nov 2010 15:21:31 +0000 Subject: [PATCH] fix --- src/transport/transport_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index e69d062e1..13fae962b 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -1725,6 +1725,7 @@ peer_transmit_timeout (void *cls, n->transmit_stage); #endif notify = th->notify; + th->notify = NULL; notify_cls = th->notify_cls; switch (n->transmit_stage) { -- 2.25.1