summaryrefslogtreecommitdiffstats
path: root/src/kernel/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/core.c')
-rw-r--r--src/kernel/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/core.c b/src/kernel/core.c
index cc19b58..8bb23d9 100644
--- a/src/kernel/core.c
+++ b/src/kernel/core.c
@@ -104,7 +104,7 @@ again:
}
}
- if (!sock) {
+ if (!sock) { // TODO let the mq queues be the same number as NUMBER_CONNECTIONS than handle them
warn_dev(dev, "index is %d but no socket was found", index);
dev_err_ratelimited(disk_to_dev(dev->disk), "attempted send on invalid socket\n");
if (sock_alive > 0) {