From 7577daaf1684f19684236ea89444a5af965cd131 Mon Sep 17 00:00:00 2001 From: Fred Date: Sun, 3 Sep 2023 20:13:31 -0700 Subject: [PATCH] Feature #822: fix compile issue --- src/send_packets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/send_packets.c b/src/send_packets.c index 69b8ce88..d71446a7 100644 --- a/src/send_packets.c +++ b/src/send_packets.c @@ -386,7 +386,7 @@ send_packets(tcpreplay_t *ctx, pcap_t *pcap, int idx) * we've sent enough packets */ while (!ctx->abort && read_next_packet && - (pktdata = get_next_packet(ctx, pcap, &pkthdr, idx, prev_packet)) != NULL) { + (pktdata = get_next_packet(options, pcap, &pkthdr, idx, prev_packet)) != NULL) { now_is_now = false; packetnum++; #if defined TCPREPLAY || defined TCPREPLAY_EDIT