mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-13 21:54:40 +00:00
- stevesk@cvs.openbsd.org 2001/05/19 19:57:09
[channels.c] typo in error message
This commit is contained in:
parent
1bda4c835e
commit
e259544876
@ -39,6 +39,9 @@
|
||||
10m 10 minutes
|
||||
1h30m 1 hour 30 minutes (90 minutes)
|
||||
ok markus@
|
||||
- stevesk@cvs.openbsd.org 2001/05/19 19:57:09
|
||||
[channels.c]
|
||||
typo in error message
|
||||
|
||||
20010528
|
||||
- (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
|
||||
@ -5469,4 +5472,4 @@
|
||||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1234 2001/06/05 19:59:08 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1235 2001/06/05 20:01:39 mouring Exp $
|
||||
|
@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: channels.c,v 1.116 2001/05/16 22:09:20 markus Exp $");
|
||||
RCSID("$OpenBSD: channels.c,v 1.117 2001/05/19 19:57:09 stevesk Exp $");
|
||||
|
||||
#include <openssl/rsa.h>
|
||||
#include <openssl/dsa.h>
|
||||
@ -1561,7 +1561,7 @@ reason2txt(int reason)
|
||||
case SSH2_OPEN_RESOURCE_SHORTAGE:
|
||||
return "resource shortage";
|
||||
}
|
||||
return "unkown reason";
|
||||
return "unknown reason";
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user