diff options
Diffstat (limited to 'mail/dma/files/patch-conf.c')
-rw-r--r-- | mail/dma/files/patch-conf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dma/files/patch-conf.c b/mail/dma/files/patch-conf.c new file mode 100644 index 000000000000..dd138781c82a --- /dev/null +++ b/mail/dma/files/patch-conf.c @@ -0,0 +1,11 @@ +--- ./conf.c.orig 2012-01-03 13:54:05.000000000 +0000 ++++ ./conf.c 2012-01-24 22:57:41.000000000 +0000 +@@ -121,7 +121,7 @@ + + au = calloc(1, sizeof(*au)); + if (au == NULL) +- errlog(1, NULL); ++ errlog(1, "calloc failed"); + + data = strdup(line); + au->login = strsep(&data, "|"); |