fix misassertion from a couple of revisions ago when trying to smoke out SoftwareElves' bug

This commit is contained in:
Charles Kerr 2007-07-25 19:01:36 +00:00
parent 3e40e06938
commit abbcc72154
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ writeEnd:
tr_free( pool );
}
assert( peer->inRequestCount <= peer->inRequestMax );
assert( peer->inRequestCount <= peer->inRequestAlloc );
assert( peer->inRequestMax <= peer->inRequestAlloc );
return TR_OK;