summaryrefslogtreecommitdiff
path: root/contrib/wallet-summary
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2015-12-14 21:54:13 -0800
committerRuss Allbery <eagle@eyrie.org>2015-12-14 21:54:13 -0800
commitb0d5c2d20c19ba4f4274a260660c98757ba07644 (patch)
treeed2a02e79d6026bdb09e999da433033c0492bee5 /contrib/wallet-summary
parent6b7b9a29d20a65712061648404bbc6f1be5cacee (diff)
parent6b0cad572edef05d119abc8fc843c8c5d33665b8 (diff)
Merge pull request #2 from jonrober/master
Changes so far for 1.3
Diffstat (limited to 'contrib/wallet-summary')
-rwxr-xr-xcontrib/wallet-summary2
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.