socket length arg fix (SAMBA_2_0 branch)

Andrej Borsenkow borsenkow.msk at sni.de
Mon Dec 14 07:46:48 GMT 1998


>
> This patch uses socklen_t which by default is typedefed int so this
> patch will NOT break any other systems.

typedef'd int != int != size_t You create exactly the same problem you try
to solve (size_t most probably is already typedef'd to int). You have to
#define it

/andrej



More information about the samba-technical mailing list