aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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