]> git.proxmox.com Git - mirror_ovs.git/commit
db-ctl-base: Don't die in get_table() on error.
authorJakub Sitnicki <jkbs@redhat.com>
Mon, 2 Jul 2018 10:49:58 +0000 (12:49 +0200)
committerBen Pfaff <blp@ovn.org>
Tue, 3 Jul 2018 20:18:56 +0000 (13:18 -0700)
commitd44cf05efb90b6725934028e9d053bcdc6557d5a
treef003a7eea5ab73c3fbe5f3649f2db33b44327fa7
parent128ac95e0c31a310df7e052a6303d9c38bfdca0b
db-ctl-base: Don't die in get_table() on error.

Return the error message to the caller instead of reporting it and dying
so that the caller can handle the error without terminating the process
if needed.

Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/db-ctl-base.c