diff options
Diffstat (limited to 'slirp/tcp_subr.c')
-rw-r--r-- | slirp/tcp_subr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slirp/tcp_subr.c b/slirp/tcp_subr.c index d5ba21f17a..7d71270542 100644 --- a/slirp/tcp_subr.c +++ b/slirp/tcp_subr.c @@ -592,7 +592,9 @@ tcp_tos(so) return 0; } +#if 0 int do_echo = -1; +#endif /* * Emulate programs that try and connect to us |