- jj@cvs.openbsd.org 2009/04/14 21:10:54
[servconf.c] Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc and so on. ok jmc@
This commit is contained in:
parent
b62f1a856d
commit
3b59dfa161
|
@ -32,6 +32,10 @@
|
||||||
- stevesk@cvs.openbsd.org 2009/04/14 16:33:42
|
- stevesk@cvs.openbsd.org 2009/04/14 16:33:42
|
||||||
[sftp-server.c]
|
[sftp-server.c]
|
||||||
remove unused option character from getopt() optstring; ok markus@
|
remove unused option character from getopt() optstring; ok markus@
|
||||||
|
- jj@cvs.openbsd.org 2009/04/14 21:10:54
|
||||||
|
[servconf.c]
|
||||||
|
Fixed a few the-the misspellings in comments. Skipped a bunch in
|
||||||
|
binutils,gcc and so on. ok jmc@
|
||||||
|
|
||||||
20090616
|
20090616
|
||||||
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
|
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: servconf.c,v 1.194 2009/01/22 10:02:34 djm Exp $ */
|
/* $OpenBSD: servconf.c,v 1.195 2009/04/14 21:10:54 jj Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
* All rights reserved
|
* All rights reserved
|
||||||
|
@ -1376,7 +1376,7 @@ parse_server_match_config(ServerOptions *options, const char *user,
|
||||||
/*
|
/*
|
||||||
* Copy any supported values that are set.
|
* Copy any supported values that are set.
|
||||||
*
|
*
|
||||||
* If the preauth flag is set, we do not bother copying the the string or
|
* If the preauth flag is set, we do not bother copying the string or
|
||||||
* array values that are not used pre-authentication, because any that we
|
* array values that are not used pre-authentication, because any that we
|
||||||
* do use must be explictly sent in mm_getpwnamallow().
|
* do use must be explictly sent in mm_getpwnamallow().
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue