]> git.sur5r.net Git - openldap/commitdiff
Removed unused local var.
authorMark Valence <mrv@openldap.org>
Sun, 5 Dec 1999 22:19:08 +0000 (22:19 +0000)
committerMark Valence <mrv@openldap.org>
Sun, 5 Dec 1999 22:19:08 +0000 (22:19 +0000)
libraries/libldap/os-ip.c

index beba17ebbf26dc3e0a41d613de6c8f805747bcb4..4a908d05755ed4ff62adb235a31024223975f455 100644 (file)
@@ -338,7 +338,6 @@ char *
 ldap_host_connected_to( Sockbuf *sb )
 {
        struct hostent          *hp;
-       char                    *p;
        socklen_t               len;
        struct sockaddr_in      sin;