mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
genl: fix typo
This commit is contained in:
parent
35d05a14ed
commit
5fa2e50ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ monitor_mcast(int argc __unused, char **argv)
|
|||
}
|
||||
}
|
||||
if (!found)
|
||||
errx(EXIT_FAILURE, "No such multicat group '%s'"
|
||||
errx(EXIT_FAILURE, "No such multicast group '%s'"
|
||||
" in family '%s'", argv[1], argv[0]);
|
||||
for (size_t i= 0; i < nitems(mcast_parsers); i++) {
|
||||
if (strcmp(mcast_parsers[i].family, argv[0]) == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue