]> jfr.im git - solanum.git/blobdiff - authd/getnameinfo.c
m_kline: check only the added K-line
[solanum.git] / authd / getnameinfo.c
index eba0181ade58a9b9ed064bd267f6e7ba35aab835..4b3dbcf51e5d98ad0aebe2bde74c2084b6b85f4f 100644 (file)
  */
 
 #ifdef _WIN32
-#include <ratbox_lib.h>
+#include <rb_lib.h>
 #include "getaddrinfo.h"
 #include "getnameinfo.h"
 
-/*  $Id$ */
-
 static const struct afd {
   int a_af;
   int a_addrlen;
@@ -144,7 +142,7 @@ rb_getnameinfo(const struct sockaddr *sa, rb_socklen_t salen, char *host,
                        flags |= NI_NUMERICHOST;
                v4a >>= IN_CLASSA_NSHIFT;
                if (v4a == 0)
-                       flags |= NI_NUMERICHOST;                        
+                       flags |= NI_NUMERICHOST;
                break;
 #ifdef IPV6
        case AF_INET6: