commit 40daa21cd89d52dc1319f8fc6aab510860a626c4 from: Stefan Sperling date: Mon Oct 07 12:33:02 2024 UTC oops, fix typo in previous which broke the build commit - 914244e784096cdeb410b873056c382be77616d7 commit + 40daa21cd89d52dc1319f8fc6aab510860a626c4 blob - 697bf0a3cb0053c76170914731baa6873b0af02c blob + 74859a8a3fe1e4d77db8ed02a7178c7f0be508e9 --- cmdargs.c +++ cmdargs.c @@ -174,7 +174,7 @@ nsh_setrtable(int rtableid) ret = errno; switch(errno) { case EINVAL: - printf("%% rtable %d not initialized\n", rtable); + printf("%% rtable %d not initialized\n", rtableid); break; case EPERM: printf("%% Privileged required\n");