зеркало из https://github.com/Azure/sonic-openssh.git
- stevesk@cvs.openbsd.org 2001/06/29 18:38:44
[clientloop.c] sync function definition with declaration; ok markus@
This commit is contained in:
Родитель
d6e049cd59
Коммит
db47f383e6
|
@ -105,6 +105,9 @@
|
|||
- markus@cvs.openbsd.org 2001/06/29 07:11:01
|
||||
[ssh-keygen.c]
|
||||
initialize early
|
||||
- stevesk@cvs.openbsd.org 2001/06/29 18:38:44
|
||||
[clientloop.c]
|
||||
sync function definition with declaration; ok markus@
|
||||
|
||||
20010629
|
||||
- (bal) Removed net_aton() since we don't use it any more
|
||||
|
@ -5932,4 +5935,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1369 2001/07/04 05:08:39 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1370 2001/07/04 05:10:27 mouring Exp $
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: clientloop.c,v 1.78 2001/06/25 08:25:36 markus Exp $");
|
||||
RCSID("$OpenBSD: clientloop.c,v 1.79 2001/06/29 18:38:44 stevesk Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "ssh1.h"
|
||||
|
@ -1271,7 +1271,7 @@ client_init_dispatch_15(void)
|
|||
dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
|
||||
dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose);
|
||||
}
|
||||
void
|
||||
static void
|
||||
client_init_dispatch(void)
|
||||
{
|
||||
if (compat20)
|
||||
|
|
Загрузка…
Ссылка в новой задаче