X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FReadWritePolicy.cti;h=edb7915c94deafbdfe5b7a5e21cf565b481681ca;hb=6927c87144ca23845065e3c23e37c75f5f059cf3;hp=618c2d3ffcb1dde0fb97bc1982e464ea679d9a0c;hpb=1004d55779889e573ab51cf007ea5e25434165a7;p=senf.git diff --git a/Socket/ReadWritePolicy.cti b/Socket/ReadWritePolicy.cti index 618c2d3..edb7915 100644 --- a/Socket/ReadWritePolicy.cti +++ b/Socket/ReadWritePolicy.cti @@ -38,7 +38,7 @@ readfrom(ClientSocketHandle handle, char * buffer, unsigned size, typename SPolicy::AddressingPolicy::Address & address, typename IfCommunicationPolicyIs::type *) { - return do_readfrom(handle, buffer, size, address.sockaddr_p(), address.socklen()); + return do_readfrom(handle, buffer, size, address.sockaddr_p(), address.socklen_p()); } #else template