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