commit | a7b46b50d9bb723f3bd3759c98130fbdd790158b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 11 16:55:37 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 11 17:24:53 2013 +0200 |
tree | f00a08c73d27f598d17c07e0a4dd7eeef9786bce | |
parent | 72d6c16df44dab50fd5de286864f489801e1db2d [diff] |
MINOR: stick-table: allow to allocate an entry without filling it By passing a NULL key to stksess_new(), we allocate it but do not yet fill it. That way the caller can do that.