commit | 9d5be5c82378ba3b02b2ff94178e5c8aa835f5c6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 15 07:55:51 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 15 11:49:52 2017 +0200 |
tree | 2e714e469745099b925d88627b1d1f6429009a7c | |
parent | 3228238c73e944d7e1efef5093d8bdb0de706dd0 [diff] |
MINOR: protocols: register the ->add function and stop calling them directly cfgparse has no business directly calling each individual protocol's 'add' function to create a listener. Now that they're all registered, better perform a protocol lookup on the family and have a standard ->add method for all of them.