From 1e2018ce831654f5bf649c5ae4d2e9b003c5a52e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Jan 2013 10:11:08 +0100 Subject: Client: move connection functions into the class --- src/ClientGlobal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientGlobal.cxx') diff --git a/src/ClientGlobal.cxx b/src/ClientGlobal.cxx index c3940f0a..1aa82b43 100644 --- a/src/ClientGlobal.cxx +++ b/src/ClientGlobal.cxx @@ -58,7 +58,7 @@ static void client_close_all(void) while (!client_list_is_empty()) { Client *client = client_list_get_first(); - client_close(client); + client->Close(); } assert(client_list_is_empty()); -- cgit v1.2.3