From af852166411e54af128e83da822937ab5600f807 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Dec 2010 13:53:05 +0000 Subject: [PATCH] fix --- src/fs/fs_test_lib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c index b7f3cb55a..0647aca97 100644 --- a/src/fs/fs_test_lib.c +++ b/src/fs/fs_test_lib.c @@ -579,6 +579,7 @@ file_generator (void *cls, uint8_t *cbuf = buf; int mod; + *emsg = NULL; if (buf == NULL) return 0; for (pos=0;pos<8;pos++) @@ -647,6 +648,7 @@ GNUNET_FS_TEST_publish (struct GNUNET_FS_TestDaemon *daemon, { bsize = GNUNET_MIN (sizeof (buf), size - off); + emsg = NULL; GNUNET_assert (bsize == file_generator (daemon, off, -- 2.25.1