gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2285 - GNUnet/src/applications/fs/module


From: durner
Subject: [GNUnet-SVN] r2285 - GNUnet/src/applications/fs/module
Date: Wed, 23 Nov 2005 10:56:55 -0800 (PST)

Author: durner
Date: 2005-11-23 10:56:01 -0800 (Wed, 23 Nov 2005)
New Revision: 2285

Modified:
   GNUnet/src/applications/fs/module/fs.c
Log:
add BREAK

Modified: GNUnet/src/applications/fs/module/fs.c
===================================================================
--- GNUnet/src/applications/fs/module/fs.c      2005-11-23 18:48:50 UTC (rev 
2284)
+++ GNUnet/src/applications/fs/module/fs.c      2005-11-23 18:56:01 UTC (rev 
2285)
@@ -149,8 +149,10 @@
 #endif
 
   dv = gapWrapperToDatastoreValue(value, prio);
-  if (dv == NULL)
+  if (dv == NULL) {
+    BREAK();
     return SYSERR;
+  }
   gw = (GapWrapper*) value;
   size = ntohl(gw->dc.size) - sizeof(GapWrapper);
   if ( (OK != getQueryFor(size,





reply via email to

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