vsock_client: remove wrong comment

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter 2021-03-31 12:21:44 +02:00 committed by Thomas Lamprecht
parent a1d90719e4
commit cab92acb3c

View File

@ -18,7 +18,6 @@ use tokio::net::UnixStream;
use crate::tools;
use proxmox::api::error::HttpError;
/// Port below 1024 is privileged, this is intentional so only root (on host) can connect
pub const DEFAULT_VSOCK_PORT: u16 = 807;
#[derive(Clone)]