Skip to content
Snippets Groups Projects
Commit 8dbbc937 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Gopher gw needs friendly fix.

parent e5a5f44f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment