appease sun
This commit is contained in:
parent
b3e7c02689
commit
1f8a80722f
4 changed files with 8 additions and 11 deletions
|
|
@ -192,12 +192,9 @@ convwrite(Conv *c, void *data, int count)
|
|||
{
|
||||
Rpc *r;
|
||||
|
||||
for(;;){
|
||||
r = convgetrpc(c, RpcRead);
|
||||
if(r == nil)
|
||||
return -1;
|
||||
break;
|
||||
}
|
||||
r = convgetrpc(c, RpcRead);
|
||||
if(r == nil)
|
||||
return -1;
|
||||
rpcrespondn(c, "ok", data, count);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue