summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-conf.c
blob: dd138781c82a53fbf86b68c84b3e93074fb24350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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, "|");