search for: 187c189

Displaying 1 result from an estimated 1 matches for "187c189".

Did you mean: 18189
2005 Jan 14
0
base dn and filter strings are concatenated
...ase, conn->set.scope, filter, Index: src/auth/userdb-ldap.c =================================================================== RCS file: /home/cvs/dovecot/src/auth/userdb-ldap.c,v retrieving revision 1.25 diff -r1.25 userdb-ldap.c 174a175 > str_free(str); 175a177 > str = t_str_new(512); 187c189 < conn->set.base, conn->set.scope, filter, --- > base, conn->set.scope, filter,