updates from plan 9
This commit is contained in:
parent
60535a5ff6
commit
5c8a042171
4 changed files with 16 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ allocreq(Reqpool *pool, ulong tag)
|
|||
increqref(r);
|
||||
increqref(r);
|
||||
if(caninsertkey(pool->map, tag, r) == 0){
|
||||
closereq(r);
|
||||
closereq(r);
|
||||
return nil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue