remove unused vars

This commit is contained in:
Ben Collins 2000-09-15 03:04:46 +00:00
parent 9946e999c8
commit 3635cbdbe1

View file

@ -182,8 +182,7 @@ ldap_connect_to_path(LDAP *ld, Sockbuf *sb, const char *path, int async)
{
struct sockaddr_un server;
ber_socket_t s = AC_SOCKET_INVALID;
int rc, i, len;
char *ha_buf=NULL, *p, *q;
int rc;
oslocal_debug(ld, "ldap_connect_to_path\n",0,0,0);