mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
genl: fix typo
This commit is contained in:
parent
35d05a14ed
commit
5fa2e50ea4
@ -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 New Issue
Block a user