Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
  • Loading branch information
cppcoffee committed Jan 17, 2024
1 parent c63e78a commit fa7a64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/reject/sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::net::IpAddr;
use std::sync::mpsc;
use std::{ptr, thread};

use anyhow::{anyhow, bail, Result};
use anyhow::{anyhow, bail, Result, Context};
use log::error;
use pnet::packet::icmp::MutableIcmpPacket;
use pnet::packet::icmpv6::MutableIcmpv6Packet;
Expand Down

0 comments on commit fa7a64b

Please sign in to comment.