X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/de06ed5f176a5fa3eb5522bb9a9741f9c3f1d0f4..7a5b7cbf34581a0294713ef5bb92ec5566b6be9f:/sbr/context_read.c diff --git a/sbr/context_read.c b/sbr/context_read.c index a8d14202..f899624e 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -26,6 +26,7 @@ #include "m_maildir.h" #include "makedir.h" #include /* structure for getpwuid() results */ +#include "h/utils.h" void context_read (void) @@ -137,7 +138,7 @@ context_read (void) return; } - ctxpath = getcpy (m_maildir (cp)); + ctxpath = mh_xstrdup(m_maildir(cp)); if ((ib = lkfopendata (ctxpath, "r", &failed_to_lock))) { readconfig(NULL, ib, cp, 1);