fix: assign one active engine owner

This commit is contained in:
2026-08-12 15:41:46 +09:00
parent 9c244d1dd1
commit 5ba5cf209c
14 changed files with 212 additions and 13 deletions

View File

@@ -120,7 +120,7 @@ sendreset(Im *im)
srvclose(im);
return;
}
ipcpackreq(buf, 1, 0, Kesc);
ipcpackreset(buf, 1);
if(ipcsend(im->fd, buf, sizeof buf) < 0 ||
readresp(im, resp, sizeof(resp)) < 0)
srvclose(im);