On 27/06/07, Need Help <[EMAIL PROTECTED]> wrote: > Should the following line.... > > farend = (struct sockaddr_in *) &(addr_pair->remote_addr); > > be changed to ... > > farend = (struct sockaddr *) &(addr_pair->remote_addr);
Yes. That particular patch was applied to the code in January (SVN revision 15750), and will be included in the 5.4.1 release. There are several other minor tweaks needed to make the transport code compatible with C++ compilers. See http://net-snmp.svn.sourceforge.net/viewvc/net-snmp?view=rev&revision=15750 for details. Or else use the 5.4.1.pre3 tarball, which includes the necessary changes. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
