aboutsummaryrefslogtreecommitdiff
path: root/pcap-rpcap.c
diff options
context:
space:
mode:
authorLi kunyu <kunyu@nfschina.com>2022-10-08 15:06:42 +0800
committerLi kunyu <kunyu@nfschina.com>2022-10-08 15:06:42 +0800
commitadf229ef3c85efe121b81f977df414d1911253e4 (patch)
tree56530a5577c328b3f9aa610e284ba601bf34e5ae /pcap-rpcap.c
parentaec98011df2a5afe93685641cad607bfbb61eefa (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.c2
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