#828: transmission-daemon: verify local data fails

This commit is contained in:
Charles Kerr 2008-04-05 15:56:24 +00:00
parent 131d9c4c2f
commit 3905005d88
1 changed files with 1 additions and 0 deletions

View File

@ -825,6 +825,7 @@ flushreqs( struct con * con )
case IPC_MSG_START:
case IPC_MSG_STOP:
case IPC_MSG_REMOVE:
case IPC_MSG_VERIFY:
val = ipc_initval( con->ipc, req->id, -1, &pk, TYPE_LIST );
if( NULL != val && !tr_bencListReserve( val, req->listlen ) )
{