]> andersk Git - openssh.git/blobdiff - loginrec.c
- (djm) Seperate tests for int64_t and u_int64_t types
[openssh.git] / loginrec.c
index 4f9f30adad60392bfed14734b39a6a13fe07191a..6fca9f821e82fdaf1b895a5df9ce272aad30449c 100644 (file)
@@ -681,7 +681,6 @@ construct_utmpx(struct logininfo *li, struct utmpx *utx)
        /* this is just a 32-bit IP address */
        if (li->hostaddr.sa.sa_family == AF_INET)
                utx->ut_addr = li->hostaddr.sa_in.sin_addr.s_addr;
- # endif
 # endif
 # ifdef HAVE_SYSLEN_IN_UTMPX
        /* ut_syslen is the length of the utx_host string */
This page took 0.038144 seconds and 4 git commands to generate.