From 2a672cf96dc272213a36d15f78ec19b6579de4df Mon Sep 17 00:00:00 2001 From: Jakob Pfender Date: Thu, 14 Oct 2010 10:34:39 +0200 Subject: 'server is unboun' fixed --- client/client.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.erl b/client/client.erl index 85f0e9d..67be4ee 100644 --- a/client/client.erl +++ b/client/client.erl @@ -74,7 +74,7 @@ handle(Cmd, Server) -> {{error, {unknown_command, Cmd}}, Server}. %queries the server for the current votes this client possesses -getVotes() -> +getVotes(Server) -> rpc(Server, getVotes, self()), receive Msg -> -- cgit v1.2.3