]> The Tcpdump Group git mirrors - libpcap/commit
Get rid of an unnecessary argument.
authorGuy Harris <[email protected]>
Mon, 2 Apr 2018 00:48:55 +0000 (17:48 -0700)
committerGuy Harris <[email protected]>
Mon, 2 Apr 2018 00:48:55 +0000 (17:48 -0700)
commit6445cd66c0e5e6de1154b4d1ec97faf73edb0115
tree79c53866c7f397b849311dc7f3720c1ff243c15e
parenta6d48a228fe972dd32e227336ef63163033dc084
Get rid of an unnecessary argument.

We pass daemon_msg_startcap_req() a pointer to the struct daemon_slpars
structure for this service loop, as well as passing the value of its
isactive member; we might as well just test the isactive member
directly.
rpcapd/daemon.c