1 Jul
2026
1 Jul
'26
7:31 a.m.
conf_nat() takes a parameter @arg for the argument it's parsing.
However on error we print instead optarg, the getopt() global. This
happens to be the same thing at the time of the call, but it's not the
right way to get to it.
Signed-off-by: David Gibson