Parcourir la source

cov 10401: error_string never set


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2834 fd59a12c-fef9-0310-b244-a6a79926bd2f
Angus Salkeld il y a 16 ans
Parent
commit
5eba844916
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      exec/totemconfig.c

+ 1 - 1
exec/totemconfig.c

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