diff options
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index ccae4cea0d7a..1d9a27f3370b 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -584,7 +584,7 @@ distExtract(char *parent, Distribution *me) WINDOW *w = savescr(); struct timeval start, stop; struct sigaction old, new; - properties dist_attr; + properties dist_attr = NULL; status = TRUE; if (isDebug()) |
