]> git.proxmox.com Git - proxmox-backup.git/commitdiff
vsock_client: remove wrong comment
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 31 Mar 2021 10:21:44 +0000 (12:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Apr 2021 09:09:28 +0000 (11:09 +0200)
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/client/vsock_client.rs

index d78f2a8af630df33ab08283c3e0e27ab36285395..5002b53dc08502fdcedd60960a4b2b3753315fe5 100644 (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)]