Skip to content

Commit

Permalink
Fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuesch committed Sep 22, 2024
1 parent 8119afd commit 00e6388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion letmeinfwd/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl FirewallConnection {
return Err(err!("The port {port} is not configured in letmeind.conf."));
}

// Don't allow letmein to manage its own control port.
// Don't allow the user to manage the control port.
if port == conf.port() {
// Whoops, letmeind should never send us a request for the
// control port. Did some other process write to the unix socket?
Expand Down

0 comments on commit 00e6388

Please sign in to comment.