- remove dead assignments
[oweals/gnunet.git] / src / testbed / gnunet-service-testbed.c
index 1b74ad1dfc4dfd14c6fccee5a31200f66c8c4530..701485b40bf4d3d17a3e6ecd09bfcc0590c30b88 100644 (file)
@@ -616,7 +616,6 @@ handle_add_host (void *cls, struct GNUNET_SERVER_Client *client,
   }
   hostname = GNUNET_malloc (hostname_length + 1);
   strncpy (hostname, ptr, hostname_length);
-  ptr += hostname_length;
   if (NULL == (host_cfg = GNUNET_TESTBED_extract_config_ (message)))
   {
     GNUNET_free_non_null (username);