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