markabrahams / node-net-snmp

JavaScript implementation of the Simple Network Management Protocol (SNMP)
206 stars 97 forks source link

Missing parameter on 'writeInt32' call at line 803 #207

Closed afryson closed 2 years ago

afryson commented 2 years ago

Hello,

At line 803 of index.js, missing second parameter (ObjectType.Integer) on "writeInt32" call.

markabrahams commented 2 years ago

Thanks for that @afryson ! I've fixed this in master and published the fix in version 3.8.2 of the npm.