Fix annoying build failure because of code coverage increases.

(Logical change 1.78)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@276 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2004-09-22 19:57:18 +00:00
parent f95a7adeb0
commit 6ee24ca4df

View File

@ -48,6 +48,10 @@ int main (void)
exit (-1);
}
#ifdef CODE_COVERAGE_COMPILE_OUT
saAmfPrintGroups ();
#endif
saAmfPrintGroups ();
return (0);