소스 검색

cov 10401: error_string never set


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2834 fd59a12c-fef9-0310-b244-a6a79926bd2f
Angus Salkeld 16 년 전
부모
커밋
5eba844916
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 
 }