]> git.proxmox.com Git - mirror_ovs.git/commit
db-ctl-base: Don't die in ctl_set_column() on error.
authorJakub Sitnicki <jkbs@redhat.com>
Mon, 2 Jul 2018 10:50:09 +0000 (12:50 +0200)
committerBen Pfaff <blp@ovn.org>
Tue, 3 Jul 2018 20:19:45 +0000 (13:19 -0700)
commitfd26f9a2bd3d119facc45d54f24484b7a3db9221
tree9ed41ebd07c04d2b0c3cfe48e58f66001256b4d5
parent0e8e4c8f8d1efea3024cda70f5156473daf4466a
db-ctl-base: Don't die in ctl_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
lib/db-ctl-base.h
ovn/utilities/ovn-nbctl.c
utilities/ovs-vsctl.c