commit 7c9055e02300c8bb057688f932f94e8c08231031 from: smytht via: GitHub date: Thu Aug 22 14:23:29 2024 UTC Update commands.c fix typo in exit command in bridge commands struct commit - 6d3fba0f585933dacf3fe1d7a33775d50777c290 commit + 7c9055e02300c8bb057688f932f94e8c08231031 blob - 4e1260e87120f412a03d2ee5c15903c37b00fe4b blob + 3b8fca53aa991280e7d4d5b03914b495ff35b166 --- commands.c +++ commands.c @@ -1252,7 +1252,7 @@ struct intlist Bridgelist[] = { { "manual", manhelp, CMPL(H) (char **)mantab, sizeof(struct ghs), int_manual, 0 }, { "help", 0, CMPL0 0, 0, int_help, 0 }, { "exit", "Leave bridge config mode and return to global config mode ", - CMPL0 0, 0, int_exit }, + CMPL0 0, 0, int_exit, 0 }, { 0, 0, 0, 0, 0, 0 } };