commit | c739aa85e847e978928c54ac29df22d00ab040c2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 26 11:35:41 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 26 11:35:41 2015 +0200 |
tree | e19e54cec643e80498826fa5b2b3a82919897d8a | |
parent | 9e0bb1013eae4e63808643a6019b095ff0445a3c [diff] |
MINOR: proxy: simply ignore duplicates in proxy name lookups Now that we can't have duplicate proxies with similar capabilities, we can remove some painful check. The first one is the check that made the lookup function return NULL when a duplicate is found, as it prevented it from being used in the config parser to detect duplicates.