mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
fix phantom rc crashes
This commit is contained in:
parent
314f5742af
commit
bd1b0cc17e
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ newvar(char *name, var *next)
|
|||
v->changed = 0;
|
||||
v->fnchanged = 0;
|
||||
v->next = next;
|
||||
v->changefn = 0;
|
||||
return v;
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue