mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Gopher gw needs friendly fix.
This commit is contained in:
parent
e5a5f44fb8
commit
8dbbc93769
1 changed files with 2 additions and 2 deletions
|
|
@ -556,7 +556,7 @@ do_menu( LDAP *ld, FILE *fp, char *dn )
|
|||
{
|
||||
char **s;
|
||||
char *rdn = NULL;
|
||||
FriendlyMap *fm = NULL;
|
||||
LDAPFriendlyMap *fm = NULL;
|
||||
|
||||
if ( strcmp( dn, "" ) != 0 ) {
|
||||
s = ldap_explode_dn( dn, 1 );
|
||||
|
|
@ -588,7 +588,7 @@ do_list( LDAP *ld, FILE *fp, char *dn )
|
|||
int rc;
|
||||
LDAPMessage *e, *res;
|
||||
struct timeval timeout;
|
||||
FriendlyMap *fm = NULL;
|
||||
LDAPFriendlyMap *fm = NULL;
|
||||
static char *attrs[] = { "objectClass", 0 };
|
||||
int deref = LDAP_DEREF_FINDING;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue