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 38050da commit a028658Copy full SHA for a028658
print-bootp.c
@@ -148,7 +148,7 @@ struct bootp {
148
#define TAG_NIS_P_DOMAIN ((uint8_t) 64)
149
#define TAG_NIS_P_SERVERS ((uint8_t) 65)
150
#define TAG_MOBILE_HOME ((uint8_t) 68)
151
-#define TAG_SMPT_SERVER ((uint8_t) 69)
+#define TAG_SMTP_SERVER ((uint8_t) 69)
152
#define TAG_POP3_SERVER ((uint8_t) 70)
153
#define TAG_NNTP_SERVER ((uint8_t) 71)
154
#define TAG_WWW_SERVER ((uint8_t) 72)
@@ -470,7 +470,7 @@ static const struct tok tag2str[] = {
470
{ TAG_NIS_P_DOMAIN, "sN+D" },
471
{ TAG_NIS_P_SERVERS, "iN+S" },
472
{ TAG_MOBILE_HOME, "iMH" },
473
- { TAG_SMPT_SERVER, "iSMTP" },
+ { TAG_SMTP_SERVER, "iSMTP" },
474
{ TAG_POP3_SERVER, "iPOP3" },
475
{ TAG_NNTP_SERVER, "iNNTP" },
476
{ TAG_WWW_SERVER, "iWWW" },
0 commit comments