]> git.proxmox.com Git - mirror_ovs.git/commit
db-ctl-base: Don't die in pre_list_columns() on error.
authorJakub Sitnicki <jkbs@redhat.com>
Mon, 2 Jul 2018 10:50:08 +0000 (12:50 +0200)
committerBen Pfaff <blp@ovn.org>
Tue, 3 Jul 2018 20:19:43 +0000 (13:19 -0700)
commit0e8e4c8f8d1efea3024cda70f5156473daf4466a
tree7f9362442ed778b5842b5b68a988eea3a236f059
parent7ecbc7f618a2f53bc9fa47279d82409b7be3636a
db-ctl-base: Don't die in pre_list_columns() 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