summaryrefslogtreecommitdiff
path: root/idle.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 00:00:01 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 00:00:01 +0200
commitac2754e0eb9862081e00e5ae886783db08541944 (patch)
treec193a9cb77751d63af3db214d4ffb740daa317ef /idle.c
parent4492ad9328e59edc4c8d3db8cd881941b7903741 (diff)
Add working igmp implementation
Diffstat (limited to 'idle.c')
-rw-r--r--idle.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/idle.c b/idle.c
index 0607a61..006c8d2 100644
--- a/idle.c
+++ b/idle.c
@@ -356,8 +356,7 @@ idle_free(struct uring_task *task)
{
struct idle *idle = container_of(task, struct idle, task);
- fprintf(stderr, "%s: called with task 0x%p and idle 0x%p\n", __func__, task, idle);
- idle->server->idle = NULL;
+ fprintf(stderr, "%s: called with task %p and idle %p\n", __func__, task, idle);
xfree(idle);
}