aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-06 00:10:27 +1000
committerDavid Walter Seikel2016-02-06 00:10:27 +1000
commitcfea61e21e659244fa71ee6b6e27aa5d312723a1 (patch)
treef293c25c02d4157f85656b5a23e8dddd499b533c /src/libraries/SledjHamr.c
parentTry to actually deal with return() properly. (diff)
downloadSledjHamr-cfea61e21e659244fa71ee6b6e27aa5d312723a1.zip
SledjHamr-cfea61e21e659244fa71ee6b6e27aa5d312723a1.tar.gz
SledjHamr-cfea61e21e659244fa71ee6b6e27aa5d312723a1.tar.bz2
SledjHamr-cfea61e21e659244fa71ee6b6e27aa5d312723a1.tar.xz
Actually use the command hash. A little.
Diffstat (limited to '')
-rw-r--r--src/libraries/SledjHamr.c2
1 files changed, 1 insertions, 1 deletions
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)
319 conn->_del = connection->_del; 319 conn->_del = connection->_del;
320 conn->unknownInCommand = connection->unknownInCommand; 320 conn->unknownInCommand = connection->unknownInCommand;
321 conn->unknownOutCommand = connection->unknownOutCommand; 321 conn->unknownOutCommand = connection->unknownOutCommand;
322 conn->commands = eina_hash_string_superfast_new(NULL); 322 conn->commands = connection->commands;
323 ecore_con_client_data_set(ev->client, conn); 323 ecore_con_client_data_set(ev->client, conn);
324 324
325 if (connection->_add) 325 if (connection->_add)