mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 23:53:25 +00:00
Small fixes with tests, logs, comments, and doc
This commit is contained in:
parent
9269897bab
commit
436d764029
6 changed files with 36 additions and 31 deletions
|
@ -731,7 +731,7 @@ int xioopen_single(xiofile_t *xfd, int xioflags) {
|
|||
if (applyopts_single(sfd, sfd->opts, PH_OFFSET) < 0)
|
||||
return -1;
|
||||
|
||||
#if WITH_NAMESPACES
|
||||
#if WITH_NAMESPACES /* netns */
|
||||
if ((save_netfd = xio_apply_namespace(sfd->opts)) < 0)
|
||||
return -1;
|
||||
#endif /* WITH_NAMESPACES */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue