diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-11-22 14:10:49 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-11-22 14:10:49 +0000 |
commit | afbe4c09dc54d0268113dcae3c4ce048be0d4bd7 (patch) | |
tree | e561e2ea33b85c9aa32a717c59396919b9e8eb82 /src/ats-tool | |
parent | 1be69987cc9f395d3a162fd976288b7ef144435e (diff) |
- fix
Diffstat (limited to 'src/ats-tool')
-rw-r--r-- | src/ats-tool/gnunet-ats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c index 0ab05bab98..372b63a4b8 100644 --- a/src/ats-tool/gnunet-ats.c +++ b/src/ats-tool/gnunet-ats.c @@ -249,6 +249,7 @@ void ats_perf_cb (void *cls, { /* All messages received */ receive_done = GNUNET_YES; + alh = NULL; if (0 == pending) { /* All messages received and no resolutions pending*/ |