diff options
-rw-r--r-- | perl/lib/Wallet/Policy/Stanford.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Wallet/Policy/Stanford.pm b/perl/lib/Wallet/Policy/Stanford.pm index 07d32a4..a392476 100644 --- a/perl/lib/Wallet/Policy/Stanford.pm +++ b/perl/lib/Wallet/Policy/Stanford.pm @@ -176,7 +176,7 @@ sub _host_for_keytab { # Map a duo-type object name to a hostname. Currently all Duo objects are # named just for the hostname, so this is easy. -sub _host_for_file { +sub _host_for_duo { my ($name) = @_; return $name; } |