[sr-dev] git:master: kamctl Fix typo that causes the "trusted" help to be printed twice and "address" zero times

Olle E. Johansson oej at edvina.net
Sun Dec 23 09:06:31 CET 2012


Module: sip-router
Branch: master
Commit: 334b6e7a2c0804a7ee4ce30761fc911a31682876
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=334b6e7a2c0804a7ee4ce30761fc911a31682876

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date:   Sun Dec 23 09:05:50 2012 +0100

kamctl Fix typo that causes the "trusted" help to be printed twice and "address" zero times

---

 utils/kamctl/kamctl.base |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/kamctl/kamctl.base b/utils/kamctl/kamctl.base
index dd4635f..db4ef9a 100644
--- a/utils/kamctl/kamctl.base
+++ b/utils/kamctl/kamctl.base
@@ -435,7 +435,7 @@ cat <<EOF
  address rm <grp> <ipaddr> ......... remove entries for given grp and ipaddr
 EOF
 }
-USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_trusted"
+USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_address"
 
 usage_dispatcher() {
 	echo




More information about the sr-dev mailing list