Initialize variable

This commit is contained in:
Wilfredo Sanchez 2000-07-09 00:05:09 +00:00
parent 9215675bc3
commit 1ae30690d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62830

View File

@ -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;