summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-conf.c
blob: d2e94ff062929953734d745c240e6616ed902b8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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(EX_OSERR, NULL);
+			errlog(EX_OSERR, "calloc failed");
 
 		data = strdup(line);
 		au->login = strsep(&data, "|");