X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=door_daemon%2Fcommand_queue.c;h=638c08b6913c4a356d5dfc76c9ab6f29fc13b243;hb=45239ca054a5e5a18c159f5cd19806061104dc5b;hp=e99bf1673ce4878df3ea38b3bba3648f5a527f22;hpb=b59052bce7db1296a8f567205036039c7c7cd121;p=svn42.git diff --git a/door_daemon/command_queue.c b/door_daemon/command_queue.c index e99bf16..638c08b 100644 --- a/door_daemon/command_queue.c +++ b/door_daemon/command_queue.c @@ -56,6 +56,7 @@ int cmd_push(cmd_t** first, int fd, cmd_id_t cmd, const char* param) } else new_cmd->param = NULL; + new_cmd->sent = 0; new_cmd->next = NULL; if(!(*first)) {