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:
eb12a71
)
ass
author
Christian Grothoff
<christian@grothoff.org>
Tue, 18 May 2010 07:20:53 +0000
(07:20 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 18 May 2010 07:20:53 +0000
(07:20 +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 b8184262f1db16f7a85b4a7bb59098d4d5486c39..c2ab1d9f817bc40025fc83c811a4370deab1d401 100644
(file)
--- a/
src/fs/gnunet-service-fs.c
+++ b/
src/fs/gnunet-service-fs.c
@@
-969,6
+969,7
@@
gather_migration_blocks (void *cls,
mig_qe = GNUNET_DATASTORE_get_random (dsh, 0, -1,
GNUNET_TIME_UNIT_FOREVER_REL,
&process_migration_content, NULL);
+ GNUNET_assert (mig_qe != NULL);
}