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:
5c58870
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Tue, 25 Oct 2011 20:45:59 +0000
(20:45 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 25 Oct 2011 20:45:59 +0000
(20:45 +0000)
src/datacache/datacache.c
patch
|
blob
|
history
diff --git
a/src/datacache/datacache.c
b/src/datacache/datacache.c
index f79fae95bb7cf9c6fa8264c55c94b65d12a0dc23..7c92f77378a914f0163b278d45f6b9f5355fe6e0 100644
(file)
--- a/
src/datacache/datacache.c
+++ b/
src/datacache/datacache.c
@@
-236,7
+236,6
@@
GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h,
{
uint32_t used;
-
used = h->api->put (h->api->cls, key, size, data, type, discard_time);
if (used == 0)
{