X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fforw.c;h=d6ded2481dd3444485c9bdeab752463296826f74;hp=d8d69f7865049d1c23c24475e9555b80ea2adc7a;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e diff --git a/uip/forw.c b/uip/forw.c index d8d69f7..d6ded24 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -44,6 +44,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + static char drft[BUFSIZ]; static struct msgs *mp = NULL; @@ -195,7 +197,6 @@ main(int argc, char **argv) exit(EX_SOFTWARE); } } - seq_setprev(mp); /* set the previous sequence */ if ((out = creat(drft, m_gmprot())) == NOTOK) adios(EX_CANTCREAT, drft, "unable to create");