mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
types.py was initializing max string length to 2^64 - 1 instead of UINT_MAX on 64 bit systems. This commit fixes that problem.
types.py was initializing max string length to 2^64 - 1 instead of UINT_MAX on 64 bit systems. This commit fixes that problem.