Cleanup warnings about "save_ptr" in strtok_r argument
[openvswitch] / vswitchd / bridge.c
index e9c639027cc0396686997f5750d4788fbab3be94..b1073205df7af9088c74ddd0ca3be36791fe85b8 100644 (file)
@@ -1204,7 +1204,7 @@ bridge_reconfigure_controller(struct bridge *br)
         if (probe < 5) {
             probe = cfg_get_int(0, "mgmt.inactivity-probe");
             if (probe < 5) {
-                probe = 15;
+                probe = 5;
             }
         }
         ofproto_set_probe_interval(br->ofproto, probe);