This commit is contained in:
Omar Polo 2023-06-24 09:51:05 +00:00
parent e50f85adcb
commit 35dd3fc8ce
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ config_recv(struct conf *conf, struct imsg *imsg)
IMSG_SIZE_CHECK(imsg, addr);
memcpy(addr, imsg->data, sizeof(*addr));
if (imsg->fd == -1)
fatalx("missing socket for IMSG_RECONF_SOCK4");
fatalx("missing socket for IMSG_RECONF_SOCK");
addr->conf = conf;
addr->sock = imsg->fd;
event_set(&addr->evsock, addr->sock, EV_READ|EV_PERSIST,