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