summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch/http.c')
-rw-r--r--lib/libfetch/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c
index 3afc5c7..fe8262a 100644
--- a/lib/libfetch/http.c
+++ b/lib/libfetch/http.c
@@ -179,6 +179,7 @@ _http_growbuf(struct httpio *io, size_t len)
return (-1);
io->buf = tmp;
io->bufsize = len;
+ return (0);
}
/*
OpenPOWER on IntegriCloud