projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c08695
)
removing debug code
author
Christian Grothoff
<christian@grothoff.org>
Thu, 6 May 2010 13:29:16 +0000
(13:29 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 6 May 2010 13:29:16 +0000
(13:29 +0000)
src/util/bio.c
patch
|
blob
|
history
diff --git
a/src/util/bio.c
b/src/util/bio.c
index 976da7e011344807650543b02e3838f35ef6e45e..059638ff1f492414c25a1ac1db9abe65dbe7aab9 100644
(file)
--- 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;