Skip to content

Commit

Permalink
Feature #822: fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Sep 4, 2023
1 parent 4b2a762 commit 7577daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/send_packets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7577daa

Please sign in to comment.