summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-08 04:07:00 +0000
committerjkh <jkh@FreeBSD.org>2000-02-08 04:07:00 +0000
commitf1e607d935ef862a6c19c7264141bab332545d79 (patch)
treee7ea58aa7b153649ec4c4379165e6fcd914bf47c /release
parentdc230127daec112c1a3bb700232c22ac04631e88 (diff)
downloadFreeBSD-src-f1e607d935ef862a6c19c7264141bab332545d79.zip
FreeBSD-src-f1e607d935ef862a6c19c7264141bab332545d79.tar.gz
Always set dist_attr to NULL.
Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index ccae4ce..1d9a27f 100644
--- a/release/sysinstall/dist.c
+++ b/release/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())
OpenPOWER on IntegriCloud