Displaying 1 result from an estimated 1 matches for "compononet".
2006 May 15
1
dovecot ldap auth bind and different directories
...!= NULL && *str != '\0' && str++) {
+ if (*str == '.')
+ dc_count++;
+ if (dc_count == 9)
+ break;
+ }
+
+ /* allocate memory big enough for the static
+ tab plus each domain compononet. Since we
+ can only use 1-9 as identifiers, there is
+ no point in allocating more then 9
+ */
+ dc_count = (dc_count < 9 ? dc_count : 9);
+ tab = t_malloc(sizeof(static_tab) + (dc_count*(sizeof(char) +
sizeof(char *))));
memcpy(tab, static_tab, si...