On Wed, September 5, 2007 11:36 am, [EMAIL PROTECTED] wrote:

>     prova = (unsigned int) &transport->sock;

You're taking the address of the socket, not the value, then casting it to
a uint.  select wants the socket itself, not an address.  Try dropping the
&.

Pete


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to