diff options
author | 2020-02-26 01:31:47 +0000 | |
---|---|---|
committer | 2020-02-26 01:31:47 +0000 | |
commit | 3c278a97d2f4fe0473836e2ea4b1d28ffebe7b85 (patch) | |
tree | 22c7e245bbd56539d44a114ccef08d05681c0d10 | |
parent | sync (diff) | |
download | wireguard-openbsd-3c278a97d2f4fe0473836e2ea4b1d28ffebe7b85.tar.xz wireguard-openbsd-3c278a97d2f4fe0473836e2ea4b1d28ffebe7b85.zip |
Remove obsolete XXX comment. ok deraadt@
-rw-r--r-- | usr.bin/ssh/clientloop.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 34810d5a62c..9e68bae6957 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.340 2020/02/02 09:45:34 dtucker Exp $ */ +/* $OpenBSD: clientloop.c,v 1.341 2020/02/26 01:31:47 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -450,11 +450,8 @@ client_check_window_change(struct ssh *ssh) { if (!received_window_change_signal) return; - /** XXX race */ received_window_change_signal = 0; - debug2("%s: changed", __func__); - channel_send_window_changes(ssh); } |