]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/04/18 14:15:00
authormouring <mouring>
Wed, 18 Apr 2001 15:32:44 +0000 (15:32 +0000)
committermouring <mouring>
Wed, 18 Apr 2001 15:32:44 +0000 (15:32 +0000)
     [canohost.c]
     debug->debug3

ChangeLog
canohost.c

index 1bbe437858e6ba3f0a66c00e24d6dffeeb2d0b0f..9b3a39ef778bd8799d7ec6675da3557833ec7c1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
 20010418
  - OpenBSD CVS Sync                            
    - markus@cvs.openbsd.org 2001/04/17 19:34:25
-     [session.c]                               
-     move auth_approval to do_authenticated(). 
-     do_child(): nuke hostkeys from memory     
-     don't source .ssh/rc for subsystems.      
+     [session.c]
+     move auth_approval to do_authenticated().
+     do_child(): nuke hostkeys from memory
+     don't source .ssh/rc for subsystems.
+   - markus@cvs.openbsd.org 2001/04/18 14:15:00
+     [canohost.c]
+     debug->debug3
+
 20010417
   - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
     and temporary commented out 'catman-do:' since it is broken.  Patches
index 823545d4c33f3f57f223bc1a605e7ff6561b6c1b..5d345eb272b147fb425301d0f2a84c8026c65b0b 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: canohost.c,v 1.25 2001/04/12 19:15:24 markus Exp $");
+RCSID("$OpenBSD: canohost.c,v 1.26 2001/04/18 14:15:00 markus Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
@@ -71,7 +71,7 @@ get_remote_hostname(int socket, int reverse_mapping_check)
             NULL, 0, NI_NUMERICHOST) != 0)
                fatal("get_remote_hostname: getnameinfo NI_NUMERICHOST failed");
 
-       debug("Trying to reverse map address %.100s.", ntop);
+       debug3("Trying to reverse map address %.100s.", ntop);
        /* Map the IP address to a host name. */
        if (getnameinfo((struct sockaddr *)&from, fromlen, name, sizeof(name),
             NULL, 0, NI_NAMEREQD) != 0) {
This page took 0.036673 seconds and 5 git commands to generate.