Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsonrpc: Don't assert for 0 remotes in jsonrpc_session_open_multiple().
It's pretty easy to get 0 remotes here from ovn-northd if you specify --ovnnb-db='' or --ovnnb-db=' ' on the command line. The internals of jsonrpc_session aren't equipped to cope with that, so just add a dummy remote instead. Acked-by: Numan Siddique <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information