X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fbio.c;h=059638ff1f492414c25a1ac1db9abe65dbe7aab9;hb=0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed;hp=976da7e011344807650543b02e3838f35ef6e45e;hpb=471306e8d1dbeaeaea7c84e49cb650e76ea254fb;p=oweals%2Fgnunet.git diff --git a/src/util/bio.c b/src/util/bio.c index 976da7e01..059638ff1 100644 --- a/src/util/bio.c +++ b/src/util/bio.c @@ -129,7 +129,6 @@ GNUNET_BIO_read (struct GNUNET_BIO_ReadHandle *h, GNUNET_asprintf (&h->emsg, _("Error reading `%s': %s"), what, STRERROR (errno)); - abort (); return GNUNET_SYSERR; } if (ret == 0) @@ -137,7 +136,6 @@ GNUNET_BIO_read (struct GNUNET_BIO_ReadHandle *h, GNUNET_asprintf (&h->emsg, _("Error reading `%s': %s"), what, _("End of file")); - abort (); return GNUNET_SYSERR; } h->pos = 0;