forked from proftpd/proftpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine the timing of when the ipbind table is initialized.
Turns out there are modules such as `mod_autohost` which will create ipbind entries _before_ the rest of the core engine adds its entries, such as in a `core.postparse` event listener. Which was fine -- until [this commit](proftpd@9d55ce4) unconditionally cleared that ipbind table, effectively erasing the efforts of such modules. Oops. The intent is to ensure that, when searching for relevant ipbind entries, the table has been properly cleared of any junk values. Definitely a desirable starting state. We just have to be more careful about how we do it.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters