degesch: fix unused variable

This commit is contained in:
Přemysl Eric Janouch 2015-07-04 01:46:35 +02:00
parent 6498690999
commit 3503b76015
1 changed files with 1 additions and 1 deletions

View File

@ -6380,7 +6380,7 @@ handle_command_buffer (struct handler_args *a)
handle_buffer_close (ctx, a);
else
result = false;
return true;
return result;
}
static bool