mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
remove unnecessary NULL check...
Coverity ID: 1545
This commit is contained in:
parent
2dca50b6a1
commit
33fabe46da
1 changed files with 1 additions and 2 deletions
|
|
@ -1962,8 +1962,7 @@ kqfd_register(int fd, struct kevent *kev, struct thread *td, int waitok)
|
|||
kqueue_release(kq, 0);
|
||||
|
||||
noaquire:
|
||||
if (fp != NULL)
|
||||
fdrop(fp, td);
|
||||
fdrop(fp, td);
|
||||
|
||||
return error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue