mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 06:33:24 +00:00
Minor corrections
This commit is contained in:
parent
de80e962a6
commit
f820690967
2 changed files with 1 additions and 9 deletions
2
filan.c
2
filan.c
|
@ -911,7 +911,7 @@ int tcpan2(int fd, FILE *outfile) {
|
|||
|
||||
result = Getsockopt(fd, SOL_TCP, TCP_INFO, &tcpinfo, &tcpinfolen);
|
||||
if (result < 0) {
|
||||
Debug4("getsockopt(%d, SOL_TCP, TCP_INFO, %p, {"F_socklen"}): %s",
|
||||
Debug4("getsockopt(%d, SOL_TCP, TCP_INFO, %p, {"F_Zu"}): %s",
|
||||
fd, &tcpinfo, sizeof(tcpinfo), strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue