mirror of https://github.com/F-Stack/f-stack.git
Fix typo.
This commit is contained in:
parent
cd915f5022
commit
9efa5f0af7
|
@ -192,7 +192,7 @@ handler(void* user, const char* section, const char* name,
|
||||||
pconfig->kni.method= strdup(value);
|
pconfig->kni.method= strdup(value);
|
||||||
} else if (MATCH("kni", "tcp_port")) {
|
} else if (MATCH("kni", "tcp_port")) {
|
||||||
pconfig->kni.tcp_port = strdup(value);
|
pconfig->kni.tcp_port = strdup(value);
|
||||||
} else if (MATCH("kni", "upd_port")) {
|
} else if (MATCH("kni", "udp_port")) {
|
||||||
pconfig->kni.udp_port= strdup(value);
|
pconfig->kni.udp_port= strdup(value);
|
||||||
} else if (strcmp(section, "freebsd.boot") == 0) {
|
} else if (strcmp(section, "freebsd.boot") == 0) {
|
||||||
if (strcmp(name, "hz") == 0) {
|
if (strcmp(name, "hz") == 0) {
|
||||||
|
|
Loading…
Reference in New Issue