Skip to content

Commit c74e5b2

Browse files
committed
Merge branch 'patch-1'
2 parents 7178998 + 4162022 commit c74e5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-core/src/firewall/macos.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ impl Firewall {
550550
tunnel: &crate::tunnel::TunnelMetadata,
551551
server: IpAddr,
552552
) -> Result<Vec<pfctl::FilterRule>> {
553-
let mut rules = Vec::with_capacity(4);
553+
let mut rules = Vec::with_capacity(2);
554554

555555
// Allow outgoing requests on the tunnel interface only
556556
let allow_tunnel_tcp = self

0 commit comments

Comments
 (0)