/* Some clients request less parameters than the CIF method
returns, e.g. getprop with OpenSolaris.
Really? getprop has only one return value, and it is essential to check it! Well, maybe they always call getproplen before. But it's always an error to have the number of return values (or arguments) not match with what is required.
Segher