summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-18 18:04:50 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-18 18:04:50 -0800
commit1d249a09632c135c08a550319004b7a4e02d9e49 (patch)
treec5610cc2e422d6fa4c46922975a31c2c72276e74
parent2651ef4352c8cc782c4e0f3175257f7bb0c1e495 (diff)
Tiny coding style fix in Wallet::Kadmin
-rw-r--r--perl/Wallet/Kadmin.pm2
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') {