commit d945a704d98083fcd665e03708be660ac41c261f from: smytht via: Stefan Sperling date: Sat Aug 24 13:35:15 2024 UTC fix typo in exit command in bridge commands struct This is the intended change from commit cfd60254 commit - 5d005592cbed24c89859e216bd4d9b4305116b47 commit + d945a704d98083fcd665e03708be660ac41c261f blob - 265b8562f26ac2b131ba8ca0ff4d1e05af32ba4a blob + b0d885570e6251e832b117b6950214435339cec5 --- 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 } };