Hi Phil, Phil Oester wrote: >Minor nit: > >@@ -146,6 +161,10 @@ > exit_error(PARAMETER_PROBLEM, > "multiport does not support invert"); > >+ if (invert) >+ exit_error(PARAMETER_PROBLEM, >+ "multiport does not support invert"); >+ > if (*flags) > exit_error(PARAMETER_PROBLEM, > "multiport can only have one option"); > >this hunk looks redundant. > > Hm I think that it got there while updating my cvs working copy. Thanks :-) Attached a new version, if anything else, please let me know. regards, Pablo