diff options
author | Li kunyu <kunyu@nfschina.com> | 2022-10-08 15:06:42 +0800 |
---|---|---|
committer | Li kunyu <kunyu@nfschina.com> | 2022-10-08 15:06:42 +0800 |
commit | adf229ef3c85efe121b81f977df414d1911253e4 (patch) | |
tree | 56530a5577c328b3f9aa610e284ba601bf34e5ae /pcap-rpcap.c | |
parent | aec98011df2a5afe93685641cad607bfbb61eefa (diff) |
pcap-rpcap: remove a redundant semicolon
Signed-off-by: Li kunyu <kunyu@nfschina.com>
Diffstat (limited to 'pcap-rpcap.c')
-rw-r--r-- | pcap-rpcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-rpcap.c b/pcap-rpcap.c index f7d4e0cc..6e18345b 100644 --- a/pcap-rpcap.c +++ b/pcap-rpcap.c @@ -2159,7 +2159,7 @@ static int rpcap_doauth(SOCKET sockctrl, SSL *ssl, uint8_t *ver, * The server didn't tell us what its byte * order is; assume it's ours. */ - their_byte_order_magic = RPCAP_BYTE_ORDER_MAGIC;; + their_byte_order_magic = RPCAP_BYTE_ORDER_MAGIC; } } else |