X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fforw.c;h=22ecc004237b0fdde2515094fad0ff85c09a4f08;hb=9ac724c1df34e9dd56e2e35566b0cf81a491e8e6;hp=3c3e4f6aaed8edce5ba14f2fcc7f7c8db4189fd8;hpb=2d1f77125ffb16daf661a40710bb0fb48343d1f9;p=mmh diff --git a/uip/forw.c b/uip/forw.c index 3c3e4f6..22ecc00 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -430,10 +430,11 @@ try_it_again: issue = 0; issue++; } - if (volume == 0) + if (volume == 0) { snprintf (buf, sizeof(buf), VFORMAT, digest); - if ((cp = context_find (buf)) == NULL || (volume = atoi (cp)) <= 0) - volume = 1; + if ((cp = context_find (buf)) == NULL || (volume = atoi (cp)) <= 0) + volume = 1; + } if (!form) form = digestcomps; } else {