Use imsg_get_fd() instead of direct access to imsg.fd
commit2e39d698d2e6597f0c2c92bbbfd7213dca029b20
authorclaudio <claudio>
Tue, 16 Jan 2024 13:09:11 +0000 (16 13:09 +0000)
committerclaudio <claudio>
Tue, 16 Jan 2024 13:09:11 +0000 (16 13:09 +0000)
tree0664766d8d359e7e11db7ee29677051d3be6b8cb
parent40a20bc8ae800e9249037867c863111fcbfa2733
Use imsg_get_fd() instead of direct access to imsg.fd

The change in proc.c can be further simplified once imsg_free() takes
care of unclaimed file descriptors.

OK nicm@
proc.c
server-client.c