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:11:06 +0000 (18:11 -0700)
commitc02cf07b18bfb46a2fb5571c8380ca4972c3bb77
treeb7270c6d3b02c03c75bdbe37504477978d8b8b16
parent808311f6d98259db3f38f3a99d07093784ffdb2b
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