From: adilger Date: Thu, 24 Oct 2002 21:08:35 +0000 (+0000) Subject: Return a valid error code on normal exit. X-Git-Tag: 0.5.16~124 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=02f811ce0636a94b77ea18d5d2ffb5fa91bab1ad;p=fs%2Flustre-release.git Return a valid error code on normal exit. --- 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) {