gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22886 - gnunet/src/fs
Date: Wed, 25 Jul 2012 10:12:32 +0200

Author: grothoff
Date: 2012-07-25 10:12:32 +0200 (Wed, 25 Jul 2012)
New Revision: 22886

Modified:
   gnunet/src/fs/fs_api.c
Log:
-fix

Modified: gnunet/src/fs/fs_api.c
===================================================================
--- gnunet/src/fs/fs_api.c      2012-07-25 01:22:27 UTC (rev 22885)
+++ gnunet/src/fs/fs_api.c      2012-07-25 08:12:32 UTC (rev 22886)
@@ -1803,7 +1803,7 @@
   }
   if (dr->num_children > 0)
     dr->children =
-        GNUNET_malloc (dr->num_children * sizeof (struct ContentHashKey));
+        GNUNET_malloc (dr->num_children * sizeof (struct DownloadRequest));
   switch (dr->state)
   {
   case BRS_INIT:




reply via email to

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