Explorar o código

cov 10401: error_string never set


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2834 fd59a12c-fef9-0310-b244-a6a79926bd2f
Angus Salkeld %!s(int64=16) %!d(string=hai) anos
pai
achega
5eba844916
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 
 }