Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: stktable: fix potential build issue in smp_to_stkey
smp_to_stkey() uses an ambiguous cast from 64bit integer to 32 bit unsigned integer. While it is intended, let's make the cast less ambiguous by explicitly casting the right part of the assignment to the proper type. This should fix GH haproxy#2838
- Loading branch information