summaryrefslogtreecommitdiff
path: root/pith/imap.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-06-17 16:55:13 -0600
committerEduardo Chappa <chappa@washington.edu>2016-06-17 16:55:13 -0600
commit9e9a32078793384868c49979ba08273836931807 (patch)
tree2b8d390831b16aeca9781e7d28910df718534807 /pith/imap.c
parent64a7802b19fd8f5fdab33fe687ffedbe3a8e9906 (diff)
downloadalpine-9e9a32078793384868c49979ba08273836931807.tar.xz
* Work in progress: Alpine calls non-safe functions while handling a
signal. An attempt is being made to correct this in the future. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772.
Diffstat (limited to 'pith/imap.c')
-rw-r--r--pith/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/imap.c b/pith/imap.c
index e02f46ba..cc58dbc9 100644
--- a/pith/imap.c
+++ b/pith/imap.c
@@ -567,7 +567,7 @@ mm_dlog(char *string)
dprint(((ps_global->debug_imap >= 4 && debug < 4) ? debug : 4,
"IMAP DEBUG %s%s: %s\n",
continued ? continued : "",
- debug_time(1, ps_global->debug_timestamp), p ? p : "?"));
+ debug_time(1, ps_global->debug_timestamp, ps_global->signal_in_progress), p ? p : "?"));
#ifdef DEBUGJOURNAL
}
#endif