diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-22 14:10:49 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-11-22 14:10:49 +0000 |
commit | 923e87439ef1b3a89b9a10827cf1ce036575e418 (patch) | |
tree | e561e2ea33b85c9aa32a717c59396919b9e8eb82 /src/ats-tool | |
parent | b3930bf9ec3b9cac7a0e503eb6373e6b0c05270f (diff) |
- fix
git-svn-id: https://gnunet.org/svn/gnunet@25100 140774ce-b5e7-0310-ab8b-a85725594a96
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*/ |