vswitchd: Fix issue of networking not working when Tools not installed
[openvswitch] / utilities / ovs-vsctl.c
index 3a73a2321ae27e33dc726e07c517641693a7ddd2..725988a5dc026662ae8e94ca42604948e38e1255 100644 (file)
@@ -1345,7 +1345,7 @@ cmd_get_fail_mode(struct vsctl_context *ctx)
     }
 
     if (fail_mode && strlen(fail_mode)) {
-        ds_put_format(&ctx->output, "%s\n", info.ctrl->fail_mode);
+        ds_put_format(&ctx->output, "%s\n", fail_mode);
     }
 
     free_info(&info);