Skip to content
Snippets Groups Projects
Commit 8572da0c authored by Daniel Salzman's avatar Daniel Salzman
Browse files

noudp: add missing return

parent 505dee65
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ int noudp_begin(int state, knot_pkt_t *pkt, struct query_data *qdata, void *ctx)
{
if (is_udp(qdata)) {
knot_wire_set_tc(pkt->wire);
KNOT_STATE_DONE;
return KNOT_STATE_DONE;
}
return state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment