2004-04-19 Roland McGrath <roland@redhat.com>

* rt/tst-mqueue9.c (do_test): Initialize RESULT.
This commit is contained in:
Roland McGrath 2004-04-19 21:05:23 +00:00
parent 0a901ba456
commit f12ee3890f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ do_test (void)
return 0;
}
int result;
int result = 0;
if (mq_unlink (name) == 0)
{
puts ("mq_unlink unexpectedly succeeded");