diff options
Diffstat (limited to 'roles/MSA')
-rwxr-xr-x | roles/MSA/files/usr/local/bin/postfix-sender-login.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/MSA/files/usr/local/bin/postfix-sender-login.pl b/roles/MSA/files/usr/local/bin/postfix-sender-login.pl index e792457..3248e15 100755 --- a/roles/MSA/files/usr/local/bin/postfix-sender-login.pl +++ b/roles/MSA/files/usr/local/bin/postfix-sender-login.pl @@ -23,7 +23,6 @@ use warnings; use strict; use Errno 'EINTR'; -use Socket qw/PF_UNIX SOCK_STREAM SHUT_RDWR/; use Net::LDAPI (); use Net::LDAP::Util qw/ldap_explode_dn escape_dn_value escape_filter_value/; |