tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

Use Long.parseLong for session id since it is specced to be unsigned. #50

Closed donaldh closed 9 years ago

donaldh commented 9 years ago

This fixes the NumberFormatException due to number overflow when parsing the session id.

klacke commented 9 years ago

Thanks !!