mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
'error' is now unused, since its only purpose was to catch the
results of suser_td().
This commit is contained in:
parent
a9032e75b2
commit
101823b1a1
1 changed files with 0 additions and 1 deletions
|
|
@ -381,7 +381,6 @@ snpopen(dev, flag, mode, td)
|
|||
struct thread *td;
|
||||
{
|
||||
struct snoop *snp;
|
||||
int error;
|
||||
|
||||
if (dev->si_drv1 == NULL) {
|
||||
if (!(dev->si_flags & SI_NAMED))
|
||||
|
|
|
|||
Loading…
Reference in a new issue