mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
remove unused vars
This commit is contained in:
parent
9946e999c8
commit
3635cbdbe1
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue