another client code question

Herb Lewis hlewis at panasas.com
Wed Feb 14 16:30:20 GMT 2007


struct cli_state declares an element "int timeout;"
but this value is used as a parameter to client_receive_smb
and other functions which declare it as unsigned int timeout.

Should we change the cli_state structure to have it
as unsigned int timeout?


More information about the samba-technical mailing list