Willy Tarreau a5e0590b80 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.
2017-10-31 15:45:42 +01:00
..
2017-10-31 11:36:12 +01:00
2009-01-25 13:49:53 +01:00
2017-10-31 03:49:44 +01:00