git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2197 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -174,6 +174,10 @@ corosync_cfg_dispatch (
cfg_instance->handle,
(void **)&dispatch_data,
timeout);
+ if (error == CS_ERR_BAD_HANDLE) {
+ error = CS_OK;
+ goto error_put;
+ }
if (error != CS_OK) {
goto error_put;
}
@@ -307,6 +307,10 @@ cs_error_t confdb_dispatch (
confdb_inst->handle,
@@ -241,6 +241,10 @@ cs_error_t cpg_dispatch (
cpg_inst->handle,
@@ -210,6 +210,10 @@ evs_error_t evs_dispatch (
evs_inst->handle,
@@ -358,6 +358,10 @@ cs_error_t quorum_dispatch (
quorum_inst->handle,
@@ -712,6 +712,10 @@ cs_error_t votequorum_dispatch (
votequorum_inst->handle,