Code

snmp plugin: Don't try to free the request PDU - it segfaults for some reason.
authorFlorian Forster <octo@noris.net>
Tue, 6 Nov 2007 16:37:53 +0000 (16:37 +0000)
committerFlorian Forster <octo@noris.net>
Tue, 6 Nov 2007 16:37:53 +0000 (16:37 +0000)
commitb641906ca7c4652e5234dce65ca43dd875f3a7ae
treeaceb4066ac00a68205223b998b8d38244903d2ce
parentcf3523f2908c911f30c708822fe5c61f0d68f1f8
snmp plugin: Don't try to free the request PDU - it segfaults for some reason.

According to other code I've seen this is never done by anyone else, so this
must mean that the snmp library takes care of this somehow. Man, I love well
documented libraries!
src/snmp.c