remove extraneous ntohl(), from a patch by Alan Curry.
authoraland <aland>
Fri, 18 Aug 2000 18:36:51 +0000 (18:36 +0000)
committeraland <aland>
Fri, 18 Aug 2000 18:36:51 +0000 (18:36 +0000)
src/main/radwho.c

index 1c177a0..e0a99eb 100644 (file)
@@ -327,7 +327,7 @@ static const char *nasname(uint32_t ipaddr)
                        break;
        if (cl == NULL) {
                static char buffer[32];
-               ip_ntoa(buffer, ntohl(ipaddr));
+               ip_ntoa(buffer, ipaddr);
                return buffer;
        }
        if (cl->shortname[0])