From 02f811ce0636a94b77ea18d5d2ffb5fa91bab1ad Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 24 Oct 2002 21:08:35 +0000 Subject: [PATCH] Return a valid error code on normal exit. --- lustre/tests/openclose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/openclose.c b/lustre/tests/openclose.c index 53bd20e..cc4b06d 100644 --- a/lustre/tests/openclose.c +++ b/lustre/tests/openclose.c @@ -25,7 +25,7 @@ int main(int argc, char *argv[]) unsigned long count, i; int thread = 0; int threads = 0; - int rc; + int rc = 0; int fd, ioctl_flags = 0; if (argc < 3 || argc > 4) { -- 1.8.3.1