]> andersk Git - gssapi-openssh.git/blobdiff - openssh/misc.c
Re-import of OpenSSH 3.7.1p2 (Chase\!)
[gssapi-openssh.git] / openssh / misc.c
index 1f320353ef16a9803ba4dd53f9ba722b491c42ce..ac616de0234e1ff2afd6177108088ee3061c0281 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.23 2003/10/28 09:08:06 markus Exp $");
+RCSID("$OpenBSD: misc.c,v 1.22 2003/09/18 08:49:45 markus Exp $");
 
 #include "misc.h"
 #include "log.h"
@@ -97,7 +97,7 @@ set_nodelay(int fd)
 
        optlen = sizeof opt;
        if (getsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, &optlen) == -1) {
-               debug("getsockopt TCP_NODELAY: %.100s", strerror(errno));
+               error("getsockopt TCP_NODELAY: %.100s", strerror(errno));
                return;
        }
        if (opt == 1) {
This page took 0.031889 seconds and 4 git commands to generate.