diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/conn-tools/proxy-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-tools/proxy-server.c b/src/conn-tools/proxy-server.c index 7aab748..0d15cea 100644 --- a/src/conn-tools/proxy-server.c +++ b/src/conn-tools/proxy-server.c @@ -296,7 +296,7 @@ static void both (void) } if (!memcmp(buf, "PROXY ", 6)) do_v1(buf + 6) ; else if (!timed_read_g(0, buf + 15, 1, &deadline)) strerr_diefu1sys(111, "read from stdin") ; - maybe_v2(buf) ; + else maybe_v2(buf) ; } enum main_golb_e |
