mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
Initialize variable
This commit is contained in:
parent
9215675bc3
commit
1ae30690d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62830
@ -2782,7 +2782,7 @@ JobInterrupt(runINTERRUPT, signo)
|
||||
int signo; /* signal received */
|
||||
{
|
||||
LstNode ln; /* element in job table */
|
||||
Job *job; /* job descriptor in that element */
|
||||
Job *job = NULL; /* job descriptor in that element */
|
||||
GNode *interrupt; /* the node describing the .INTERRUPT target */
|
||||
|
||||
aborting = ABORT_INTERRUPT;
|
||||
|
Loading…
Reference in New Issue
Block a user