fixing warning
authorChristian Grothoff <christian@grothoff.org>
Wed, 28 Sep 2011 19:33:08 +0000 (19:33 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 28 Sep 2011 19:33:08 +0000 (19:33 +0000)
src/dht/gnunet-service-dht_clients.c

index 5ae25ea4deb072d777061345a4c2a521873ed171..8dd21af00bc8cf135d652e1f80ea64f557a61a77 100644 (file)
@@ -765,6 +765,9 @@ forward_reply (void *cls, const GNUNET_HashCode * key, void *value)
                 _("Unsupported block type (%u) in request!\n"),
                 record->type);
     return GNUNET_NO;
+  default:
+    GNUNET_break (0);
+    return GNUNET_NO;
   }
   if (GNUNET_NO == frc->do_copy)
     {