Displaying 1 result from an estimated 1 matches for "def_struct_str".
2007 Jul 25
1
v1.1 alpha1: can't pop/imap login with LDAP
...ication we made are following:
*** src/auth/db-ldap.c.orig Thu Jul 12 10:42:49 2007
--- src/auth/db-ldap.c Tue Jul 24 20:20:31 2007
***************
*** 55,60 ****
--- 55,62 ----
BerElement *ber;
string_t *var, *debug;
+
+ int value_index;
};
#define DEF_STR(name) DEF_STRUCT_STR(name, ldap_settings)
***************
*** 764,769 ****
--- 766,772 ----
ctx->vals = ldap_get_values(ctx->conn->ld, ctx->entry,
ctx->attr);
ctx->value = ctx->vals[0];
+ ctx->value_index = 0;
}
static void
*********...