[auth1.c authfd.c channels.c]
     spacing
This commit is contained in:
Damien Miller 2006-03-26 13:57:41 +11:00
parent 4ca108d192
commit d62f2ca376
4 changed files with 31 additions and 29 deletions

View File

@ -37,6 +37,9 @@
- dtucker@cvs.openbsd.org 2006/03/19 11:51:52 - dtucker@cvs.openbsd.org 2006/03/19 11:51:52
[servconf.c] [servconf.c]
Correct strdelim null test; ok djm@ Correct strdelim null test; ok djm@
- deraadt@cvs.openbsd.org 2006/03/19 18:52:11
[auth1.c authfd.c channels.c]
spacing
20060325 20060325
- OpenBSD CVS Sync - OpenBSD CVS Sync
@ -4294,4 +4297,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4251 2006/03/26 02:54:37 djm Exp $ $Id: ChangeLog,v 1.4252 2006/03/26 02:57:41 djm Exp $

View File

@ -183,7 +183,6 @@ channel_lookup(int id)
case SSH_CHANNEL_INPUT_DRAINING: case SSH_CHANNEL_INPUT_DRAINING:
case SSH_CHANNEL_OUTPUT_DRAINING: case SSH_CHANNEL_OUTPUT_DRAINING:
return (c); return (c);
break;
} }
logit("Non-public channel %d, type %d.", id, c->type); logit("Non-public channel %d, type %d.", id, c->type);
return (NULL); return (NULL);