- stevesk@cvs.openbsd.org 2001/04/02 14:20:23
[readconf.c servconf.c] correct comment; ok markus@
This commit is contained in:
parent
55b99e35c7
commit
3704c2612a
|
@ -3,6 +3,9 @@
|
|||
- stevesk@cvs.openbsd.org 2001/04/02 14:15:31
|
||||
[sshd.8]
|
||||
typo; ok markus@
|
||||
- stevesk@cvs.openbsd.org 2001/04/02 14:20:23
|
||||
[readconf.c servconf.c]
|
||||
correct comment; ok markus@
|
||||
|
||||
20010402
|
||||
- (stevesk) log.c openbsd sync; missing newlines
|
||||
|
@ -4802,4 +4805,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1045 2001/04/02 18:18:21 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1046 2001/04/02 18:20:03 mouring Exp $
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: readconf.c,v 1.69 2001/03/20 19:10:16 markus Exp $");
|
||||
RCSID("$OpenBSD: readconf.c,v 1.70 2001/04/02 14:20:23 stevesk Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "xmalloc.h"
|
||||
|
@ -219,8 +219,7 @@ add_remote_forward(Options *options, u_short port, const char *host,
|
|||
}
|
||||
|
||||
/*
|
||||
* Returns the number of the token pointed to by cp of length len. Never
|
||||
* returns if the token is not known.
|
||||
* Returns the number of the token pointed to by cp or oBadOption.
|
||||
*/
|
||||
|
||||
static OpCodes
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: servconf.c,v 1.72 2001/03/25 13:16:10 stevesk Exp $");
|
||||
RCSID("$OpenBSD: servconf.c,v 1.73 2001/04/02 14:20:23 stevesk Exp $");
|
||||
|
||||
#ifdef KRB4
|
||||
#include <krb.h>
|
||||
|
@ -284,8 +284,7 @@ static struct {
|
|||
};
|
||||
|
||||
/*
|
||||
* Returns the number of the token pointed to by cp of length len. Never
|
||||
* returns if the token is not known.
|
||||
* Returns the number of the token pointed to by cp or sBadOption.
|
||||
*/
|
||||
|
||||
static ServerOpCodes
|
||||
|
|
Loading…
Reference in New Issue