initialize req_ctx state as free.

git-svn-id: https://svn.openpcd.org:2342/trunk@246 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
This commit is contained in:
laforge 2006-10-01 20:33:38 +00:00
parent 833d0d5ec2
commit 2fa1074157
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ void req_ctx_init(void)
for (i = 0; i < NUM_RCTX_SMALL; i++) {
req_ctx[i].size = RCTX_SIZE_SMALL;
req_ctx[i].data = rctx_data[i];
req_ctx[i].state = RCTX_STATE_FREE;
}
for (i = 0; i < NUM_RCTX_LARGE; i++) {