projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56c0ce2
)
fixed direct_socket string
fdpass2-pool
fdpass2-pull
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 19:00:54 +0000
(21:00 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Sat, 4 Apr 2020 19:00:54 +0000
(21:00 +0200)
web/Obj/sac-a-push.phh
patch
|
blob
|
history
diff --git
a/web/Obj/sac-a-push.phh
b/web/Obj/sac-a-push.phh
index
2035e9d
..
fdbb968
100644
(file)
--- a/
web/Obj/sac-a-push.phh
+++ b/
web/Obj/sac-a-push.phh
@@
-485,7
+485,7
@@
class Sac_a_push {
$thiz->file_socket_pfx = $sockname_pfx;
$thiz->unix_socket_pfx = "unix://$sockname_pfx";
- $thiz->direct_socket = "unix://${sockname}_admin.sock";
+ $thiz->direct_socket = "unix://${sockname
_pfx
}_admin.sock";
$thiz->debug = $debug;
$thiz->list_web = array();
$thiz->socks = array();