Whamcloud - gitweb
adjust gss timeout valud, don't use fixed value.
[fs/lustre-release.git] / lustre / tests / munlink.c
index 62c2765..2390cd9 100755 (executable)
@@ -11,7 +11,7 @@
 
 int main(int argc, char ** argv)
 {
-        int rc, i;
+        int rc = 0, i;
 
         if (argc < 2) {
                 printf("Usage %s filename {filename ...}\n", argv[0]);