=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/misc.c 2001/05/19 19:43:57 1.9 +++ src/usr.bin/ssh/misc.c 2001/06/16 08:49:38 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.9 2001/05/19 19:43:57 stevesk Exp $ */ +/* $OpenBSD: misc.c,v 1.10 2001/06/16 08:49:38 markus Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,7 +25,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: misc.c,v 1.9 2001/05/19 19:43:57 stevesk Exp $"); +RCSID("$OpenBSD: misc.c,v 1.10 2001/06/16 08:49:38 markus Exp $"); #include "misc.h" #include "log.h" @@ -82,7 +82,7 @@ debug2("fd %d is not O_NONBLOCK", fd); return; } - debug("fd %d setting O_NONBLOCK", fd); + debug("fd %d clearing O_NONBLOCK", fd); val &= ~O_NONBLOCK; if (fcntl(fd, F_SETFL, val) == -1) if (errno != ENODEV)