Skip to content
Snippets Groups Projects
Commit ecfb7fa8 authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

fixup! WIP: don't deduplicate

parent 90036fd1
No related merge requests found
Pipeline #77105 failed with stages
in 7 minutes and 41 seconds
This commit is part of merge request !1142. Comments created here will be created in the context of that merge request.
......@@ -1361,7 +1361,7 @@ static int udp_task_step(struct qr_task *task,
/* Announce and start subrequest.
* @note Only UDP can lead I/O as it doesn't touch 'task->pktbuf' for reassembly.
*/
subreq_lead(task);
// subreq_lead(task);
return kr_ok();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment