Skip to content

Commit 5e31190

Browse files
committed
Update pvsproxy socket path
Signed-off-by: Rob Hoes <[email protected]>
1 parent 203cc69 commit 5e31190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

networkd/network_server.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ end
896896
module PVS_proxy = struct
897897
open PVS_proxy
898898

899-
let path = ref "/var/run/pvsproxy"
899+
let path = ref "/opt/citrix/pvsproxy/socket/pvsproxy"
900900

901901
let do_call call =
902902
try

0 commit comments

Comments
 (0)