gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13968 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r13968 - gnunet/src/fs
Date: Tue, 21 Dec 2010 14:53:06 +0100

Author: grothoff
Date: 2010-12-21 14:53:05 +0100 (Tue, 21 Dec 2010)
New Revision: 13968

Modified:
   gnunet/src/fs/fs_test_lib.c
Log:
fix

Modified: gnunet/src/fs/fs_test_lib.c
===================================================================
--- gnunet/src/fs/fs_test_lib.c 2010-12-21 13:52:30 UTC (rev 13967)
+++ gnunet/src/fs/fs_test_lib.c 2010-12-21 13:53:05 UTC (rev 13968)
@@ -579,6 +579,7 @@
   uint8_t *cbuf = buf;
   int mod;
 
+  *emsg = NULL;
   if (buf == NULL)
     return 0;
   for (pos=0;pos<8;pos++)
@@ -647,6 +648,7 @@
        {
          bsize = GNUNET_MIN (sizeof (buf),
                              size - off);
+         emsg = NULL;
          GNUNET_assert (bsize ==
                         file_generator (daemon,
                                         off,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]