We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575575a commit 7328aadCopy full SHA for 7328aad
print-bootp.c
@@ -518,7 +518,7 @@ static const struct tok tag2str[] = {
518
{ TAG_TZ_STRING, "aTZSTR" },
519
{ TAG_FQDN_OPTION, "bFQDNS" }, /* XXX 'b' */
520
{ TAG_AUTH, "bAUTH" }, /* XXX 'b' */
521
- { TAG_CLIENT_LAST_TRANSACTION_TIME, "LLast-Transaction-Time" },
+ { TAG_CLIENT_LAST_TRANSACTION_TIME, "lLast-Transaction-Time" },
522
{ TAG_ASSOCIATED_IP, "iAssociated-IP" },
523
{ TAG_CLIENT_ARCH, "sARCH" },
524
{ TAG_CLIENT_NDI, "bNDI" }, /* XXX 'b' */
0 commit comments