Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs-vsctl: Prevent uninitialized variable warning.
The compiler warns about next_cfg being uninitialized but in the cases where it is unset we will never reach the point where it is used. This just sets next_cfg to 0 to stop the whining.
- Loading branch information