Displaying 2 results from an estimated 2 matches for "mail_protocol_any".
2005 Jul 31
1
[PATCH] settings parsing section/context return bug
.../master-settings.c Mon Jan 31 18:37:55 2005
+++ src/master/master-settings.c Sun Jul 31 15:18:18 2005
@@ -825,7 +825,7 @@
if (type == NULL) {
/* section closing */
- if (--ctx->level > 0) {
+ if (ctx->level-- > 0) {
ctx->type = ctx->parent_type;
ctx->protocol = MAIL_PROTOCOL_ANY;
2007 Sep 15
1
v1.1.alpha5 crashes with segmentation fault
...gdb) bt full
#0 settings_is_active (set=0x0) at master-settings.c:505
No locals.
#1 0x080535d5 in master_settings_read (path=<value optimized out>, nochecks=false, nofixes=false) at master-settings.c:1397
ctx = {type = SETTINGS_TYPE_ROOT, parent_type = SETTINGS_TYPE_ROOT, protocol = MAIL_PROTOCOL_ANY, root = 0x80721d0, server = 0x80721d0,
auth = 0x80727c8, socket = 0x807293c, auth_socket = 0x8072930, auth_passdb = 0x8072878, auth_userdb = 0x80728e0, namespace = 0x0, level = 0}
server = <value optimized out>
prev = (struct server_settings *) 0x80721d0
auth = <v...