Removed --with-smtpservers configure option and thelike
[mmh] / sbr / client.c
index c558536..92e0711 100644 (file)
@@ -47,10 +47,6 @@ client (char *args, char *service, char *response, int len_response, int debug)
     if (args != NULL && *args != 0) {
        ap = client_copyip (client_brkstring (client_getcpy (args), " ", "\n"),
                ap, MAXARGS);
-    } else {
-       if (servers != NULL && *servers != 0)
-           ap = client_copyip (client_brkstring (client_getcpy (servers), " ", "\n"),
-               ap, MAXARGS);
     }
     if (ap == arguments) {
        *ap++ = client_getcpy ("localhost");