mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Gopher gw needs friendly fix.
This commit is contained in:
parent
e5a5f44fb8
commit
8dbbc93769
@ -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 New Issue
Block a user