X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=cd96ed73ed6665b88ddf95febe9c06e74cc409ea;hb=31cba404636730df219dd009ca5893ccc56d46af;hp=d5760a294cb598e677f7ddbb8d38a8e17ea780cf;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/post.c b/uip/post.c index d5760a2..cd96ed7 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1309,16 +1309,13 @@ make_bcc_file (int dashstuff) static int find_prefix (void) { - int len, result; + int result = OK; unsigned char buffer[BUFSIZ]; FILE *in; if ((in = fopen (tmpfil, "r")) == NULL) adios (tmpfil, "unable to re-open"); - len = strlen (prefix); - - result = OK; while (fgets (buffer, sizeof(buffer) - 1, in)) if (buffer[0] == '-' && buffer[1] == '-') { unsigned char *cp;