Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
logwang committed May 17, 2017
1 parent cd915f5 commit 9efa5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ff_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ handler(void* user, const char* section, const char* name,
pconfig->kni.method= strdup(value);
} else if (MATCH("kni", "tcp_port")) {
pconfig->kni.tcp_port = strdup(value);
} else if (MATCH("kni", "upd_port")) {
} else if (MATCH("kni", "udp_port")) {
pconfig->kni.udp_port= strdup(value);
} else if (strcmp(section, "freebsd.boot") == 0) {
if (strcmp(name, "hz") == 0) {
Expand Down

0 comments on commit 9efa5f0

Please sign in to comment.