[MINOR] config: initialize stick tables after all the parsing
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Jun 2010 13:51:11 +0000 (15:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 13:10:24 +0000 (15:10 +0200)
commit056f5683e36e2b41b193f45fc538422961477c80
treede4bf235ef079b4b552b85e9656988a36ef9a727
parentf16d2b8c1bfda0c7f53db5ebc54090576ee3a380
[MINOR] config: initialize stick tables after all the parsing

We'll be able to add data types to stick tables while parsing their
users, so let's initialize them at the end.
src/cfgparse.c