ladishd: fix bug in currently unused code

This commit is contained in:
Nedko Arnaudov 2011-09-10 15:18:59 +03:00
parent c62134ca6e
commit 3b69e81c76
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/*
* LADI Session Handler (ladish)
*
* Copyright (C) 2009, 2010 Nedko Arnaudov <nedko@arnaudov.name>
* Copyright (C) 2009,2010,2011 Nedko Arnaudov <nedko@arnaudov.name>
*
**************************************************************************
* This file contains interface to the command queue
@ -85,7 +85,7 @@ loop:
free(cmd_ptr);
if (queue_ptr->cancel && list_empty(&queue_ptr->queue));
if (queue_ptr->cancel && list_empty(&queue_ptr->queue))
{
queue_ptr->cancel = false;
}