Skip to content

Commit

Permalink
updated MANIFEST with new bin/ file
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Nov 11, 2014
1 parent 4acf860 commit 3acc6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST
@@ -1,5 +1,6 @@
.gitignore
.travis.yml
bin/geolite-mirror-simple.pl
bin/install_deps.pl
Changes
config.sample/badhelo
Expand Down Expand Up @@ -161,6 +162,7 @@ t/config/flat_auth_pw
t/config/invalid_resolvable_fromhost
t/config/norelayclients
t/config/plugins
t/config/postgrey_whitelist_clients
t/config/public_suffix_list
t/config/rcpthosts
t/config/relayclients
Expand Down
2 changes: 1 addition & 1 deletion plugins/ident/geoip
Expand Up @@ -151,7 +151,7 @@ sub load_geoip1 {
# Instead, attempt to reopen upon connect if the DB connection fails.
$self->init_my_country_code();

$self->register_hook('connect', 'geoip_lookup');
$self->register_hook('connect', 'geoip_lookup');
}

sub load_geoip2 {
Expand Down

0 comments on commit 3acc6dd

Please sign in to comment.