mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
GC meaningless assignment.
MFC after: 3 days
This commit is contained in:
parent
7a396ef4d5
commit
fc41545e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ char *argv[];
|
|||
}
|
||||
break;
|
||||
case 0:
|
||||
rval |= execl(*argv, *argv, (char *)NULL) != 0;
|
||||
execl(*argv, *argv, (char *)NULL);
|
||||
warn("%s", *argv);
|
||||
_exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue