aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 16:45:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 16:45:16 +0000
commitd77a90df90775e88dd10c8e4963132d33cd4f3ef (patch)
tree8993d58e2322a2a9d2422be8d077a27b668312f9 /src/fs
parent677ef8f7fad539bf9ba744a32716ebdfc51a5a42 (diff)
downloadgnunet-d77a90df90775e88dd10c8e4963132d33cd4f3ef.tar.gz
gnunet-d77a90df90775e88dd10c8e4963132d33cd4f3ef.zip
-fixing use of uninitialized variable, some code cleanup, fixing memory leak on error path
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_lc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_lc.c b/src/fs/gnunet-service-fs_lc.c
index c6ba4617e..65dece707 100644
--- a/src/fs/gnunet-service-fs_lc.c
+++ b/src/fs/gnunet-service-fs_lc.c
@@ -286,7 +286,7 @@ client_response_handler (void *cls, enum GNUNET_BLOCK_EvaluationResult eval,
286 * 286 *
287 * @param client identification of the client 287 * @param client identification of the client
288 * @param message the actual message 288 * @param message the actual message
289 * @param ptptr where to store the pending request handle for the request 289 * @param prptr where to store the pending request handle for the request
290 * @return GNUNET_YES to start local processing, 290 * @return GNUNET_YES to start local processing,
291 * GNUNET_NO to not (yet) start local processing, 291 * GNUNET_NO to not (yet) start local processing,
292 * GNUNET_SYSERR on error 292 * GNUNET_SYSERR on error