diff options
author | jkh <jkh@FreeBSD.org> | 2000-02-08 04:07:00 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-02-08 04:07:00 +0000 |
commit | f1e607d935ef862a6c19c7264141bab332545d79 (patch) | |
tree | e7ea58aa7b153649ec4c4379165e6fcd914bf47c /release/sysinstall | |
parent | dc230127daec112c1a3bb700232c22ac04631e88 (diff) | |
download | FreeBSD-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/sysinstall')
-rw-r--r-- | release/sysinstall/dist.c | 2 |
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()) |