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:
855ed93
)
dead
author
Christian Grothoff
<christian@grothoff.org>
Wed, 7 Apr 2010 06:31:50 +0000
(06:31 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 7 Apr 2010 06:31:50 +0000
(06:31 +0000)
src/fs/gnunet-service-fs.c
patch
|
blob
|
history
diff --git
a/src/fs/gnunet-service-fs.c
b/src/fs/gnunet-service-fs.c
index 95d3263debc580a1e60f871fe6d3eac3ea74d6fa..9b64e49ddbb09da6a9e07da637eda6db0efab558 100644
(file)
--- a/
src/fs/gnunet-service-fs.c
+++ b/
src/fs/gnunet-service-fs.c
@@
-1010,7
+1010,6
@@
transmit_to_peer (void *cls,
struct GNUNET_PeerIdentity pid;
struct PendingMessage *pm;
size_t msize;
- struct PendingRequest *pr;
cp->cth = NULL;
if (NULL == buf)
@@
-1028,7
+1027,6
@@
transmit_to_peer (void *cls,
memcpy (&cbuf[msize], &pm[1], pm->msize);
msize += pm->msize;
size -= pm->msize;
- pr = pm->pml->req;
destroy_pending_message (pm, cp->pid);
}
if (NULL != pm)