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:
f8d1558
)
- Use a consisten (and correct) way to detect data packets
author
Bart Polot
<bart@net.in.tum.de>
Tue, 24 Jan 2012 03:06:29 +0000
(
03:06
+0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 24 Jan 2012 03:06:29 +0000
(
03:06
+0000)
src/mesh/mesh_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/mesh_api.c
b/src/mesh/mesh_api.c
index 48d8251ba65e5bb9b3d12215736418293ba20f03..c45017ae08538bb7598de08c16d1a1da3d32acb4 100644
(file)
--- a/
src/mesh/mesh_api.c
+++ b/
src/mesh/mesh_api.c
@@
-1139,7
+1139,7
@@
send_callback (void *cls, size_t size, void *buf)
}
if (th->timeout_task != GNUNET_SCHEDULER_NO_TASK)
GNUNET_SCHEDULER_cancel (th->timeout_task);
- if (NULL != th->
tunnel
)
+ if (NULL != th->
notify
)
{
th->tunnel->mesh->npackets--;
th->tunnel->npackets--;