netutils/telnetd/telnetd_daemon.c: Avoid a warning if CONFIG_NET_SOCKOPTS=n
This commit is contained in:
parent
d2522e2821
commit
c8dbd59e9a
@ -127,7 +127,9 @@ static int telnetd_daemon(int argc, FAR char *argv[])
|
|||||||
int listensd;
|
int listensd;
|
||||||
int acceptsd;
|
int acceptsd;
|
||||||
int drvrfd;
|
int drvrfd;
|
||||||
|
#ifdef CONFIG_NET_SOCKOPTS
|
||||||
int optval;
|
int optval;
|
||||||
|
#endif
|
||||||
int ret;
|
int ret;
|
||||||
int fd;
|
int fd;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user