Skip to content

Commit

Permalink
Remove un-needed var
Browse files Browse the repository at this point in the history
  • Loading branch information
acmay committed May 1, 2019
1 parent 8381224 commit 0fca433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcap-linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ pcap_create_interface(const char *device, char *ebuf)
#endif /* defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS) */

#ifdef HAVE_SYS_EVENTFD_H
struct pcap_linux *handlep = handle->priv;
handlep->poll_breakloop_fd = eventfd(0, EFD_NONBLOCK);
#endif
NETNS_ROOT_RETURN(handle);
Expand Down

0 comments on commit 0fca433

Please sign in to comment.