]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_recv.c
Introduce afh_get_afhi_txt().
[paraslash.git] / http_recv.c
index 11602f9544e34c36eb54763852d1d5cf63d7f2cc..c19facf70a39b1503deaea28008fc4b7a8b73f97 100644 (file)
@@ -83,7 +83,9 @@ static void http_recv_post_select(struct sched *s, struct task *t)
        struct iovec iov[2];
        size_t num_bytes;
 
-       t->error = 0;
+       ret = task_get_notification(t);
+       if (ret < 0)
+               goto out;
        ret = btr_node_status(btrn, 0, BTR_NT_ROOT);
        if (ret < 0)
                goto out;