commit | 1b90511eeb9c4996002a24be11b542c21277f6ba | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Apr 07 21:00:08 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 08 17:31:40 2015 +0200 |
tree | fcf1c4397ef7dc0c805ceed23ce738a56c7edebf | |
parent | 3def393f8d518172c9000388c4b373f520002909 [diff] |
CLEANUP: namespaces: fix protection against multiple inclusions The include file did not protect correctly against multiple inclusions, as it didn't define the file name after checking for it. That's currently harmless as the file is only included from .c but that could change.