[AGENT++] bug in snmp++ 3.2

徐漫江 xumj at naritech.cn
Thu Nov 4 07:03:52 CET 2004


eventlistholder.cpp line 257:
fd_timeout.tv_usec = (max_block_milliseconds % 10000) * 1000;
                                               ^^^^^
should be:

fd_timeout.tv_usec = (max_block_milliseconds % 1000) * 1000;		

        Xu Manjiang
        xumj at naritech.cn
          2004-11-04


More information about the AGENTPP mailing list