e5271c4991
Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma. Changes: Adds maasquerading support PR: ports/165697 Submitted by: bz
11 lines
290 B
C
11 lines
290 B
C
--- ./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, "|");
|