Fix integral parameter handling on ppc and s390x

From: Kamil Dudka <kdudka@redhat.com>

wsman client doesn't work correctly on some architectures (ppc, s390x).
It ignores the given port number as well as all integral parameters.

The integer parsing function does not return the value but passes it
by writing through a pointer, assuming long int target.
1 file changed