summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-02-08 04:07:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-02-08 04:07:00 +0000
commite47ca39431c199a8fe30e11868637a71a3fa16bb (patch)
tree28daa48999b3a6f01eae19925afc875e508f6169
parente8359a57de388aef48cb3e51935ce2aa9988cb34 (diff)
Notes
-rw-r--r--release/sysinstall/dist.c2
-rw-r--r--usr.sbin/sysinstall/dist.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index ccae4cea0d7a..1d9a27f3370b 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())
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())