mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +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.