mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
Updated error reporting for sock_fd_read()
This commit is contained in:
parent
7991a7c50a
commit
bdabe40c65
2 changed files with 3 additions and 7 deletions
|
@ -238,7 +238,7 @@ int connect(CONNECT_SIG)
|
|||
struct sockaddr_storage storage;
|
||||
memcpy(&storage, __addr, __len);
|
||||
struct sockaddr_un *s_un = (struct sockaddr_un*)&storage;
|
||||
fprintf(stderr, "connect(): address = %s\n", s_un->sun_path);
|
||||
dwr(MSG_DEBUG, "connect(): address = %s\n", s_un->sun_path);
|
||||
}
|
||||
|
||||
int port = connaddr->sin_port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue