*/
#include <h/mh.h>
+#include <h/utils.h>
#include <h/signals.h>
#ifndef CYRUS_SASL
if ((cp = context_find ("Aliasfile"))) {
char *dp = NULL;
- for (ap = brkstring(dp = getcpy(cp), " ", "\n"); ap && *ap; ap++) {
+ for (ap = brkstring(dp = mh_xstrdup(cp), " ", "\n"); ap && *ap; ap++) {
vec[vecp++] = "-alias";
vec[vecp++] = *ap;
}
switch (distsw ? child_id : OK) {
case NOTOK:
- advise (NULL, "unable to fork, so checking directly...");
+ inform("unable to fork, so checking directly...");
+ /* FALLTHRU */
case OK:
execvp (postproc, vec);
fprintf (stderr, "unable to exec ");