Skip to content
Snippets Groups Projects
Commit bd9ea4d9 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

lib: default DNS port to parsed addresses

parent 8e9669b3
Branches
Tags
No related merge requests found
......@@ -17,5 +17,7 @@ int kr_rrset_to_addr(struct sockaddr_storage *ss, const knot_rrset_t *rr)
return KNOT_EINVAL;
}
sockaddr_port_set(ss, KR_DNS_PORT);
return KNOT_EOK;
}
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