keep the data structures consistent
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 Oct 1991 10:34:38 +0000 (02:34 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 Oct 1991 10:34:38 +0000 (02:34 -0800)
SCCS-vsn: sbin/fsck/main.c 5.28

usr/src/sbin/fsck/main.c

index c100da8..ea7d1ff 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.27 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.28 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -236,6 +236,7 @@ checkfilesys(filesys, mntpt, auxdata, child)
        }
        zlnhead = (struct zlncnt *)0;
        duplist = (struct dups *)0;
        }
        zlnhead = (struct zlncnt *)0;
        duplist = (struct dups *)0;
+       muldup = (struct dups *)0;
        inocleanup();
        if (fsmodified) {
                (void)time(&sblock.fs_time);
        inocleanup();
        if (fsmodified) {
                (void)time(&sblock.fs_time);