From c0d850b45dcd0a06a30259ab808e04572d886c43 Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Thu, 17 Feb 2011 19:44:04 +0100
Subject: [PATCH] server -f now ask server functions and not list_command

---
 cccli/command/server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cccli/command/server.py b/cccli/command/server.py
index 78f97d6..222a51f 100644
--- a/cccli/command/server.py
+++ b/cccli/command/server.py
@@ -37,7 +37,7 @@ class Command_server(OptionCommand):
 
     def show_functions(self):
         try:
-            for cmds in self.cli.rpc.call("list_commands"):
+            for cmds in self.cli.rpc.call("functions"):
                 self.printer.out("%s"%cmds["name"])
         except RpcError as e:
             raise cmdError("RPCError: %s"%str(e))
-- 
GitLab