aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-15 14:40:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-15 14:40:14 +0000
commite0a67acc314214d919e4800295b154f3494dc4b1 (patch)
treeea77aaea1b84daf63e4cabeada2317c34121f0e6 /src/fs/fs_tree.c
parentd66499f75b73110696696fac91d9d53460a93377 (diff)
downloadgnunet-e0a67acc314214d919e4800295b154f3494dc4b1.tar.gz
gnunet-e0a67acc314214d919e4800295b154f3494dc4b1.zip
fix ttl underflow check
Diffstat (limited to 'src/fs/fs_tree.c')
-rw-r--r--src/fs/fs_tree.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fs/fs_tree.c b/src/fs/fs_tree.c
index 07f78eea7..e8b1f469d 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -31,7 +31,7 @@
31#include "platform.h" 31#include "platform.h"
32#include "fs_tree.h" 32#include "fs_tree.h"
33 33
34#define DEBUG_TREE GNUNET_NO 34#define DEBUG_TREE GNUNET_YES
35 35
36/** 36/**
37 * Context for an ECRS-based file encoder that computes 37 * Context for an ECRS-based file encoder that computes
@@ -257,9 +257,8 @@ compute_chk_offset (unsigned int height,
257 257
258 258
259/** 259/**
260 * Encrypt the next block of the file (and 260 * Encrypt the next block of the file (and call proc and progress
261 * call proc and progress accordingly; or 261 * accordingly; or of course "cont" if we have already completed
262 * of course "cont" if we have already completed
263 * encoding of the entire file). 262 * encoding of the entire file).
264 * 263 *
265 * @param te tree encoder to use 264 * @param te tree encoder to use