kbdfs: potential deadlock fix
This commit is contained in:
parent
aaecded62a
commit
294e4f1097
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ ctlproc(void *)
|
||||||
s = emalloc9p(UTFmax+1);
|
s = emalloc9p(UTFmax+1);
|
||||||
s[runetochar(s, &r)] = 0;
|
s[runetochar(s, &r)] = 0;
|
||||||
} else {
|
} else {
|
||||||
send(cook, &r);
|
nbsend(cook, &r);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* no break */
|
/* no break */
|
||||||
|
|
Loading…
Reference in a new issue