diff options
author | Jon Robertson <jonrober@stanford.edu> | 2015-02-18 21:48:56 -0800 |
---|---|---|
committer | Jon Robertson <jonrober@stanford.edu> | 2015-06-08 15:24:34 -0700 |
commit | f3da929ff35f24163ab56dbd9615ee6a1c5336d8 (patch) | |
tree | 3830cf60b2f4f70baaab7327ae4a0026a9d4676d /contrib | |
parent | 000b338694fae87996220336678fe990a1c3e3e1 (diff) |
wallet-summary: Fixed wrong name in a function call
Change-Id: I4bcc9c318ab3ec09add026e14204d929125302b7
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/wallet-summary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wallet-summary b/contrib/wallet-summary index 5cbf6e0..ba224d0 100755 --- a/contrib/wallet-summary +++ b/contrib/wallet-summary @@ -146,7 +146,7 @@ if ($mail) { } # Run the report. -my @principals = read_dump (); +my @principals = list_keytabs (); report_principals (@principals); # If -m was given, take the saved report and mail it as well. |