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:
78d1ac5
)
- not required anymore
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 7 Mar 2012 16:15:06 +0000
(16:15 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 7 Mar 2012 16:15:06 +0000
(16:15 +0000)
src/namestore/namestore_api.c
patch
|
blob
|
history
diff --git
a/src/namestore/namestore_api.c
b/src/namestore/namestore_api.c
index ae90e7441886891e189f9cab478ebc1961f48448..814b1810d02745fb41d69efd1369407148fab464 100644
(file)
--- a/
src/namestore/namestore_api.c
+++ b/
src/namestore/namestore_api.c
@@
-376,7
+376,6
@@
handle_record_remove_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
/* Operation done, remove */
GNUNET_CONTAINER_DLL_remove(h->op_head, h->op_tail, qe);
-
int res = ntohl (msg->op_result);
/**
* result:
@@
-896,7
+895,6
@@
clean_up_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
while (NULL != (q = h->op_head))
{
- GNUNET_break (0);
GNUNET_CONTAINER_DLL_remove (h->op_head, h->op_tail, q);
GNUNET_free (q);
}