mirror of https://github.com/getdnsapi/getdns.git
Need a colon here too
This commit is contained in:
parent
0b10383d81
commit
eac1647fba
|
@ -1027,7 +1027,7 @@ static void
|
||||||
set_ub_edns_maximum_udp_payload_size(struct getdns_context* context,
|
set_ub_edns_maximum_udp_payload_size(struct getdns_context* context,
|
||||||
uint16_t value) {
|
uint16_t value) {
|
||||||
/* max-udp-size */
|
/* max-udp-size */
|
||||||
set_ub_number_opt(context, "max-udp-size", value);
|
set_ub_number_opt(context, "max-udp-size:", value);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* getdns_context_set_edns_maximum_udp_payload_size
|
* getdns_context_set_edns_maximum_udp_payload_size
|
||||||
|
|
Loading…
Reference in New Issue