summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-conf.c
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2016-02-14 14:55:10 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2016-02-14 14:55:10 +0000
commit46270cda838cf13a4ce5611aadd5b104b700fe6d (patch)
tree2bb04c8648d9f90a6e8a210fa1c812f4c70aa750 /mail/dma/files/patch-conf.c
parent- Fix formating (diff)
- Update to 0.11
- Update GITHUB usage - Use software own install target - Removed support for unsupported FreeBSD releases
Diffstat (limited to 'mail/dma/files/patch-conf.c')
-rw-r--r--mail/dma/files/patch-conf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/dma/files/patch-conf.c b/mail/dma/files/patch-conf.c
index dd138781c82a..d2e94ff06292 100644
--- a/mail/dma/files/patch-conf.c
+++ b/mail/dma/files/patch-conf.c
@@ -1,11 +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 @@
+--- conf.c.orig 2016-02-07 12:41:49 UTC
++++ conf.c
+@@ -121,7 +121,7 @@ parse_authfile(const char *path)
au = calloc(1, sizeof(*au));
if (au == NULL)
-- errlog(1, NULL);
-+ errlog(1, "calloc failed");
+- errlog(EX_OSERR, NULL);
++ errlog(EX_OSERR, "calloc failed");
data = strdup(line);
au->login = strsep(&data, "|");