projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36cb98e
)
fixing reconnect bug
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 22 Nov 2011 13:29:25 +0000
(13:29 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 22 Nov 2011 13:29:25 +0000
(13:29 +0000)
src/ats/ats_api_scheduling.c
patch
|
blob
|
history
diff --git
a/src/ats/ats_api_scheduling.c
b/src/ats/ats_api_scheduling.c
index ac4cca8824c6a62e66f5e7fe15dbbd0f59548c20..f9f4d2bbbe1bb682a02ff24fc8178a455b542210 100644
(file)
--- a/
src/ats/ats_api_scheduling.c
+++ b/
src/ats/ats_api_scheduling.c
@@
-533,6
+533,8
@@
process_ats_message (void *cls, const struct GNUNET_MessageHeader *msg)
"ATS tries to use outdated session `%s'\n",
GNUNET_i2s(&m->peer));
#endif
+ GNUNET_CLIENT_receive (sh->client, &process_ats_message, sh,
+ GNUNET_TIME_UNIT_FOREVER_REL);
return;
}
}