freebsd-ports/mail/dma/files/patch-conf.c
Guido Falsi 46270cda83 - Update to 0.11
- Update GITHUB usage
- Use software own install target
- Removed support for unsupported FreeBSD releases
2016-02-14 14:55:10 +00:00

11 lines
285 B
C

--- 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, "|");