gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12831 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r12831 - gnunet/src/util
Date: Fri, 3 Sep 2010 23:34:06 +0200

Author: grothoff
Date: 2010-09-03 23:34:06 +0200 (Fri, 03 Sep 2010)
New Revision: 12831

Modified:
   gnunet/src/util/test_container_meta_data.c
Log:
nitpick

Modified: gnunet/src/util/test_container_meta_data.c
===================================================================
--- gnunet/src/util/test_container_meta_data.c  2010-09-03 21:32:03 UTC (rev 
12830)
+++ gnunet/src/util/test_container_meta_data.c  2010-09-03 21:34:06 UTC (rev 
12831)
@@ -311,6 +311,7 @@
     } 
   
   str = 
GNUNET_CONTAINER_meta_data_get_by_type(meta,EXTRACTOR_METATYPE_UNKNOWN);
+  GNUNET_assert (NULL != str);
   if (str[0] != 'T')
     {
       GNUNET_CONTAINER_meta_data_destroy(meta2);
@@ -328,6 +329,7 @@
   str = GNUNET_CONTAINER_meta_data_get_first_by_types(meta,
                                                      
EXTRACTOR_METATYPE_UNKNOWN,
                                                      -1);
+  GNUNET_assert (NULL != str);
   if (str[0] != 'T')
     {
       GNUNET_CONTAINER_meta_data_destroy(meta2);




reply via email to

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