mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +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 **s;
|
||||||
char *rdn = NULL;
|
char *rdn = NULL;
|
||||||
FriendlyMap *fm = NULL;
|
LDAPFriendlyMap *fm = NULL;
|
||||||
|
|
||||||
if ( strcmp( dn, "" ) != 0 ) {
|
if ( strcmp( dn, "" ) != 0 ) {
|
||||||
s = ldap_explode_dn( dn, 1 );
|
s = ldap_explode_dn( dn, 1 );
|
||||||
@ -588,7 +588,7 @@ do_list( LDAP *ld, FILE *fp, char *dn )
|
|||||||
int rc;
|
int rc;
|
||||||
LDAPMessage *e, *res;
|
LDAPMessage *e, *res;
|
||||||
struct timeval timeout;
|
struct timeval timeout;
|
||||||
FriendlyMap *fm = NULL;
|
LDAPFriendlyMap *fm = NULL;
|
||||||
static char *attrs[] = { "objectClass", 0 };
|
static char *attrs[] = { "objectClass", 0 };
|
||||||
int deref = LDAP_DEREF_FINDING;
|
int deref = LDAP_DEREF_FINDING;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user