Always set dist_attr to NULL.

Submitted by:   "John W. DeBoskey" <jwd@unx.sas.com>
This commit is contained in:
Jordan K. Hubbard 2000-02-08 04:07:00 +00:00
parent e8359a57de
commit e47ca39431
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57030
2 changed files with 2 additions and 2 deletions

View File

@ -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())

View File

@ -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())