ovsdb-server: Refactor parsing of remote names to avoid ovs_fatal().
authorBen Pfaff <blp@nicira.com>
Wed, 10 Apr 2013 23:22:00 +0000 (16:22 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 11 Apr 2013 01:15:01 +0000 (18:15 -0700)
commit1807f295a8ba8fdc4b172188cf3b25245f81c1fd
tree0ac431619f54fbe6c491ce50f068c30e636c529d
parentb297dde62ea9e6111ee1c237d691267a690aa838
ovsdb-server: Refactor parsing of remote names to avoid ovs_fatal().

The current users of parse_db_column() are content to terminate with a
fatal error if parsing fails.  An upcoming commit requires more flexibility,
so this commit refactors parse_db_column() to make this possible.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ansis Atteka <aatteka@nicira.com>
ovsdb/ovsdb-server.c