diff options
Diffstat (limited to '')
-rw-r--r-- | src/libraries/SledjHamr.c | 2 |
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) |