]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix gcc warnings resulting from merging Dans directory quota code.
authorNathan Scott <nathans@sgi.com>
Fri, 1 Apr 2005 03:55:14 +0000 (03:55 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 1 Apr 2005 03:55:14 +0000 (03:55 +0000)
Merge of master-melb:xfs-cmds:22031a by kenmcd.

db/check.c

index f647047538c057e2eaf4e634182afdbe06961fa0..b4ebfc27f6f405f50f03c07a6b5a2ba39e9d57b4 100644 (file)
@@ -3353,11 +3353,11 @@ process_quota(
        int             cb;
        xfs_dqblk_t     *dqb;
        xfs_dqid_t      dqid;
-       u_int8_t        exp_flags;
+       u_int8_t        exp_flags = 0;
        int             i;
        int             perblock;
        xfs_fileoff_t   qbno;
-       char            *s;
+       char            *s = NULL;
        int             scicb;
        int             t;