2004-04-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 19 Apr 2004 21:05:23 +0000 (21:05 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 19 Apr 2004 21:05:23 +0000 (21:05 +0000)
* rt/tst-mqueue9.c (do_test): Initialize RESULT.

rt/tst-mqueue9.c

index d6ec6ca..fb057d4 100644 (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");