other peer to blame
authorChristian Grothoff <christian@grothoff.org>
Mon, 20 Jan 2020 01:26:07 +0000 (02:26 +0100)
committerChristian Grothoff <christian@grothoff.org>
Mon, 20 Jan 2020 01:26:07 +0000 (02:26 +0100)
contrib/build-common
src/json/json_mhd.c

index d81bbfabc2538932f631d3946bd6a9b95182b4f2..1915a74bbb4cd2ae9bc541a382dfebc37064a2fd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d81bbfabc2538932f631d3946bd6a9b95182b4f2
+Subproject commit 1915a74bbb4cd2ae9bc541a382dfebc37064a2fd
index dac4a5f2db9d25d171719187e85c561af18855a9..3d3f003bec66184d0bad8d7167454ca0e216bfbd 100644 (file)
@@ -193,13 +193,13 @@ inflate_data (struct Buffer *buf)
       return GNUNET_JSON_PR_OUT_OF_MEMORY;
 
     case Z_DATA_ERROR:
-      GNUNET_break (0);
+      GNUNET_break_op (0);
       GNUNET_break (Z_OK == inflateEnd (&z));
       GNUNET_free (tmp);
       return GNUNET_JSON_PR_JSON_INVALID;
 
     case Z_NEED_DICT:
-      GNUNET_break (0);
+      GNUNET_break_op (0);
       GNUNET_break (Z_OK == inflateEnd (&z));
       GNUNET_free (tmp);
       return GNUNET_JSON_PR_JSON_INVALID;