[pbs-devel] [PATCH v2 proxmox-backup 02/20] vsock_client: remove wrong comment
Stefan Reiter
s.reiter at proxmox.com
Wed Mar 24 16:18:09 CET 2021
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
src/client/vsock_client.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/client/vsock_client.rs b/src/client/vsock_client.rs
index d78f2a8a..5002b53d 100644
--- a/src/client/vsock_client.rs
+++ b/src/client/vsock_client.rs
@@ -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)]
--
2.20.1
More information about the pbs-devel
mailing list