diff options
Diffstat (limited to 'perl/Wallet')
| -rw-r--r-- | perl/Wallet/Kadmin.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/perl/Wallet/Kadmin.pm b/perl/Wallet/Kadmin.pm index 21678ca..3ca531e 100644 --- a/perl/Wallet/Kadmin.pm +++ b/perl/Wallet/Kadmin.pm @@ -31,7 +31,7 @@ $VERSION = '0.03';  # from the specific Wallet::Kadmin::* module.  sub new {      my ($class) = @_; -    my ($kadmin); +    my $kadmin;      if (not $Wallet::Config::KEYTAB_KRBTYPE) {          die "keytab object implementation not configured\n";      } elsif (lc ($Wallet::Config::KEYTAB_KRBTYPE) eq 'mit') { | 
