Whamcloud - gitweb
A minor fix for bug14036
authortianzy <tianzy>
Wed, 28 Nov 2007 12:34:46 +0000 (12:34 +0000)
committertianzy <tianzy>
Wed, 28 Nov 2007 12:34:46 +0000 (12:34 +0000)
lustre/utils/lfs.c

index bb0bb3b..e188b94 100644 (file)
@@ -1647,7 +1647,7 @@ static int print_lov_quota(char *mnt, struct if_quotactl *qctl)
         DIR *dir;
         struct obd_uuid *uuids = NULL, *uuidp;
         int obdcount = 1024;
-        int i, rc, rc1=0;
+        int i, rc = 0, rc1 = 0;
 
         dir = opendir(mnt);
         if (!dir) {