]> git.ipfire.org Git - thirdparty/squid.git/commit
SNMP: Remove extraneous va_start() from snmpAddNode() (#2228)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Tue, 21 Oct 2025 14:52:18 +0000 (14:52 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 21 Oct 2025 21:35:49 +0000 (21:35 +0000)
commit3319d8731340f2ea4358d1297f423ef22856a1a1
tree909ec50b94f09dafda2c2ccc5ef2b111012cc47e
parent70a89a207f13885a7fdd8bad3af1957fe98b3d4d
SNMP: Remove extraneous va_start() from snmpAddNode() (#2228)

Also polished snmpAddNode() implementation, including adding
`mib_tree_head->parent` initialization.
src/snmp_core.cc