diff options
Diffstat (limited to 'contrib/wallet-summary')
| -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. | 
