From cfea61e21e659244fa71ee6b6e27aa5d312723a1 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 6 Feb 2016 00:10:27 +1000 Subject: Actually use the command hash. A little. --- src/libraries/SledjHamr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libraries/SledjHamr.c') diff --git a/src/libraries/SledjHamr.c b/src/libraries/SledjHamr.c index 1fae167..a217380 100644 --- a/src/libraries/SledjHamr.c +++ b/src/libraries/SledjHamr.c @@ -319,7 +319,7 @@ static Eina_Bool clientAdd(void *data, int type, Ecore_Con_Event_Client_Add *ev) conn->_del = connection->_del; conn->unknownInCommand = connection->unknownInCommand; conn->unknownOutCommand = connection->unknownOutCommand; - conn->commands = eina_hash_string_superfast_new(NULL); + conn->commands = connection->commands; ecore_con_client_data_set(ev->client, conn); if (connection->_add) -- cgit v1.1