X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fclient.c;h=92e0711331f7dbd5a9e89e2ecbfb352cb2395859;hb=6c40d481d661d532dd527eaf34cebb6d3f8ed086;hp=d3374ad4862b934c4a62df3aeeed9bf124c3698a;hpb=8cf1d92e52d3feac4ed32ec733e2c0ed7f384e86;p=mmh diff --git a/sbr/client.c b/sbr/client.c index d3374ad..92e0711 100644 --- a/sbr/client.c +++ b/sbr/client.c @@ -2,8 +2,6 @@ /* * client.c -- connect to a server * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -49,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");