DHCPv6: Fix compilation error.

Was introduced in https://code.wireshark.org/review/#/c/37661/

Change-Id: I57b06b11953f1a9a9dbaad006ef88810cb3f7315
Reviewed-on: https://code.wireshark.org/review/37683
Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com>
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
This commit is contained in:
Martin Mathieson 2020-07-03 12:21:35 +01:00 committed by Martin Mathieson
parent 78329eb938
commit 729ddd1c9d
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ dhcpv6_domain(proto_tree *subtree, proto_item *v_item _U_, packet_info *pinfo, i
"Label Length: %u\n"
"This is not a DNS record encoded domain name. The value in the first octet of\n"
"a label is the length of the name that follows. It must equal 63 or less but in\n"
"this case it is %u.", label_len);
"this case it is %u.", label_len, label_len);
ex_subtree = proto_item_add_subtree(exi, ett_clientfqdn_expert);
if (num_labels) {