On Wed, 15 Dec 2010, Peter Stuge wrote:
Remember to use data types that match the protocol on wire. request_id is uint32, so must not be int here, or anywhere else in our code.
Very true. I made it 'int' there because it is 'int' all over the code already.
In this particular case it's pretty harmless, but we should nonetheless fix it...
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
