host
6.21 KB
- 
fix logic in module host to add aliases even if none exist already, fix #4563 · d5c290b5self._has_aliases is used to know if a alias already exist, but the test we want is to know if we need to add a new alias, which is stored in self.aliases Michael Scherer committed