cov 10401: error_string never set

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2834 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Angus Salkeld 2010-05-16 21:28:13 +00:00
parent 202de1b8e2
commit 5eba844916

View File

@ -790,8 +790,8 @@ int totem_config_keyread (
return (0);
*error_string = error_string_response;
key_error:
*error_string = error_string_response;
return (-1);
}