summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 010764e..04a689b 100644
--- a/util.c
+++ b/util.c
@@ -572,8 +572,8 @@ struct supertype *guess_super(int fd)
besttime < info.array.ctime) {
bestsuper = i;
besttime = info.array.ctime;
- st->ss = NULL;
}
+ st->ss = NULL;
free(sbp);
}
}