mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 06:33:24 +00:00
New option netns for network namespace setting
This commit is contained in:
parent
c82e3df210
commit
f152c55584
26 changed files with 686 additions and 119 deletions
|
@ -66,8 +66,8 @@ static int xioopen_fifo_unnamed(xiofile_t *sock, struct opt *opts) {
|
|||
}
|
||||
|
||||
if ((numleft = leftopts(opts)) > 0) {
|
||||
Error1("%d option(s) could not be used", numleft);
|
||||
showleft(opts);
|
||||
Error1("INTERNAL: %d option(s) remained unused", numleft);
|
||||
}
|
||||
Notice("writing to and reading from unnamed pipe");
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue