commit | a5e0590b80502b29d38ce2b704231bdcd103cda5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 31 15:45:42 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 15:45:42 2017 +0100 |
tree | 23ca6c5468cd540bc2dc663d9a26cf7c3fa931aa | |
parent | 99aad9295b76e5de0f4c6faf321ce69d51beb02f [diff] |
BUILD: stick-tables: silence an uninitialized variable warning Commit 819fc6f ("MEDIUM: threads/stick-tables: handle multithreads on stick tables") introduced a valid warning about an uninitialized return value in stksess_kill_if_expired(). It just happens that this result is never used, so let's turn the function back to void as previously.