From f3da929ff35f24163ab56dbd9615ee6a1c5336d8 Mon Sep 17 00:00:00 2001 From: Jon Robertson Date: Wed, 18 Feb 2015 21:48:56 -0800 Subject: wallet-summary: Fixed wrong name in a function call Change-Id: I4bcc9c318ab3ec09add026e14204d929125302b7 --- contrib/wallet-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/wallet-summary') 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. -- cgit v1.2.3