mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Always set dist_attr to NULL.
Submitted by: "John W. DeBoskey" <jwd@unx.sas.com>
This commit is contained in:
parent
e8359a57de
commit
e47ca39431
2 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||
|
|
|
|||
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue