aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testbed/generate-underlay-topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/generate-underlay-topology.c b/src/testbed/generate-underlay-topology.c
index 33d434b26..e6541a354 100644
--- a/src/testbed/generate-underlay-topology.c
+++ b/src/testbed/generate-underlay-topology.c
@@ -240,6 +240,7 @@ run (void *cls, char *const *args, const char *cfgfile,
240 LOG_ERROR (_("Invalid topology: %s\n"), topology_string); 240 LOG_ERROR (_("Invalid topology: %s\n"), topology_string);
241 return; 241 return;
242 } 242 }
243 arg_str1 = NULL;
243 /* parse for first TOPOOPT. This can either be arg_uint1 or arg_str1 */ 244 /* parse for first TOPOOPT. This can either be arg_uint1 or arg_str1 */
244 switch (topology) 245 switch (topology)
245 { 246 {