Displaying 1 result from an estimated 1 matches for "800,806".
2007 Jul 25
1
v1.1 alpha1: can't pop/imap login with LDAP
...db_ldap_result_change_attr(ctx);
} else {
/* continuing existing attribute */
! if (ctx->value != NULL)
! ctx->value++;
}
if (ctx->value != NULL) {
--- 800,806 ----
db_ldap_result_change_attr(ctx);
} else {
/* continuing existing attribute */
! ctx->value = ctx->vals[++ctx->value_index];
}
if (ctx->value != NULL) {
*** sr...