]> git.marmaro.de Git - mmh/blobdiff - uip/aliasbr.c
Automated #define of MAILGROUP and installation of inc as setgid mail when the
[mmh] / uip / aliasbr.c
index 8ea8c13e12f41aee84ccb4eaedb7745774e9fe8d..b15865e20c602025f131f8cd95f7e668eefae289 100644 (file)
@@ -450,11 +450,12 @@ getalias (char *addrs)
     if (*qp == ',')
        *qp++ = 0;
     for (cp = qp, qp--; qp > pp; qp--)
-       if (*qp != 0)
+       if (*qp != 0) {
            if (isspace (*qp))
                *qp = 0;
            else
                break;
+       }
 
     return pp;
 }