X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=04e5450a403989f72ffbb27e5704b9f606ee35d4;hp=28e0e851b5f193155f9eb56d7292f7a683622e7a;hb=6e7d34c614291079de750ceda1d4f5ec537beb81;hpb=72795bfcbe9f7fee8927b1a4942c0230b0f857a8 diff --git a/uip/burst.c b/uip/burst.c index 28e0e85..04e5450 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include @@ -118,8 +119,6 @@ main(int argc, char **argv) smsgs = (struct smsg *) mh_xcalloc((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); - if (smsgs == NULL) - adios(EX_OSERR, NULL, "unable to allocate burst storage"); hi = mp->hghmsg + 1;