diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-18 18:04:50 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-18 18:04:50 -0800 |
commit | 1d249a09632c135c08a550319004b7a4e02d9e49 (patch) | |
tree | c5610cc2e422d6fa4c46922975a31c2c72276e74 /perl/Wallet/Kadmin.pm | |
parent | 2651ef4352c8cc782c4e0f3175257f7bb0c1e495 (diff) |
Tiny coding style fix in Wallet::Kadmin
Diffstat (limited to 'perl/Wallet/Kadmin.pm')
-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') { |