mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2025-08-31 00:01:58 +02:00
update to latest changes on tunnel plugin
All checks were successful
gitea-sync/antd-tunnel-publishers/pipeline/head This commit looks good
All checks were successful
gitea-sync/antd-tunnel-publishers/pipeline/head This commit looks good
This commit is contained in:
@@ -449,7 +449,7 @@ int main(const int argc, const char **argv)
|
||||
{
|
||||
exit(1);
|
||||
}
|
||||
sock = open_unix_socket((char *)argv[1]);
|
||||
sock = open_socket((char *)argv[1]);
|
||||
if (sock == -1)
|
||||
{
|
||||
M_ERROR(MODULE_NAME, "Unable to open the hotline: %s", argv[1]);
|
||||
|
Reference in New Issue
Block a user