From e47ca39431c199a8fe30e11868637a71a3fa16bb Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 8 Feb 2000 04:07:00 +0000 Subject: [PATCH] Always set dist_attr to NULL. Submitted by: "John W. DeBoskey" --- release/sysinstall/dist.c | 2 +- usr.sbin/sysinstall/dist.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index ccae4cea0d7..1d9a27f3370 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 ccae4cea0d7..1d9a27f3370 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())