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:
d6cbe03
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Thu, 4 Mar 2010 08:24:50 +0000
(08:24 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 4 Mar 2010 08:24:50 +0000
(08:24 +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 d2118ebb847824aa14cb4c715ad7500ff0620f4a..ac929094823036b851bded84ce04023958ecf83b 100644
(file)
--- a/
src/fs/gnunet-service-fs.c
+++ b/
src/fs/gnunet-service-fs.c
@@
-1691,7
+1691,6
@@
process_reply (void *cls,
GNUNET_HashCode chash;
GNUNET_HashCode mhash;
size_t msize;
- uint32_t prio;
int do_remove;
#if DEBUG_FS
@@
-1762,7
+1761,6
@@
process_reply (void *cls,
GNUNET_break (0);
return GNUNET_YES;
}
- prio = pr->priority;
prq->priority += pr->remaining_priority;
pr->remaining_priority = 0;
if (pr->client_request_list != NULL)
@@
-2449,7
+2447,7
@@
handle_p2p_get (void *cls,
timeout = GNUNET_TIME_relative_multiply (BASIC_DATASTORE_REQUEST_DELAY,
(pr->priority + 1));
pr->drq = GNUNET_FS_drq_get (&gm->query,
- pr->type,
+ type,
&process_local_reply,
pr,
timeout,