mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
mdns_domain_add_label_base should be static
This commit is contained in:
parent
681951c175
commit
1371400c2b
@ -261,7 +261,7 @@ struct mdns_answer {
|
|||||||
u16_t rd_offset;
|
u16_t rd_offset;
|
||||||
};
|
};
|
||||||
|
|
||||||
err_t
|
static err_t
|
||||||
mdns_domain_add_label_base(struct mdns_domain *domain, u8_t len)
|
mdns_domain_add_label_base(struct mdns_domain *domain, u8_t len)
|
||||||
{
|
{
|
||||||
if (len > MDNS_LABEL_MAXLEN) {
|
if (len > MDNS_LABEL_MAXLEN) {
|
||||||
|
Loading…
Reference in New Issue
Block a user