mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-13 20:18:29 +00:00
COVERITY 11: remove dead code from cpg_iteration_next().
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2545 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
e5b94a352e
commit
870e4549df
@ -860,7 +860,7 @@ cs_error_t cpg_iteration_next(
|
||||
description,
|
||||
&res_lib_cpg_iterationnext->description);
|
||||
|
||||
error = (error == CS_OK ? res_lib_cpg_iterationnext->header.error : error);
|
||||
error = res_lib_cpg_iterationnext->header.error;
|
||||
|
||||
coroipcc_msg_send_reply_receive_in_buf_put(
|
||||
cpg_iteration_instance->conn_handle);
|
||||
|
Loading…
Reference in New Issue
Block a user