mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-11 09:17:38 +00:00
upstream: Remove obsolete XXX comment. ok deraadt@
OpenBSD-Commit-ID: bc462cc843947feea26a2e21c750b3a7469ff01b
This commit is contained in:
parent
7eb903f51e
commit
ade8e67bb0
@ -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>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -457,11 +457,8 @@ client_check_window_change(struct ssh *ssh)
|
|||||||
{
|
{
|
||||||
if (!received_window_change_signal)
|
if (!received_window_change_signal)
|
||||||
return;
|
return;
|
||||||
/** XXX race */
|
|
||||||
received_window_change_signal = 0;
|
received_window_change_signal = 0;
|
||||||
|
|
||||||
debug2("%s: changed", __func__);
|
debug2("%s: changed", __func__);
|
||||||
|
|
||||||
channel_send_window_changes(ssh);
|
channel_send_window_changes(ssh);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user