mirror of
https://repo.or.cz/socat.git
synced 2025-07-27 13:02:57 +00:00
address option ioctl-intp failed with "unimplemented type 26"
This commit is contained in:
parent
290b62c817
commit
06179edeb6
3 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
/* source: xioopts.c */
|
||||
/* Copyright Gerhard Rieger 2001-2009 */
|
||||
/* Copyright Gerhard Rieger 2001-2010 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
/* this file contains the source for address options handling */
|
||||
|
@ -2136,6 +2136,7 @@ int parseopts_table(const char **a, unsigned int groups, struct opt **opts,
|
|||
#endif /* HAVE_STRUCT_LINGER */
|
||||
|
||||
case TYPE_INT_INT:
|
||||
case TYPE_INT_INTP:
|
||||
if (!assign) {
|
||||
Error1("option \"%s\": values required", a0);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue