diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-26 07:55:51 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-26 07:55:51 +0000 |
commit | cba01a868748013f838c28ad8005c8377160c76f (patch) | |
tree | be2f2316b9e3cc9a5a4daf34d6f936ca0016ef5a /logger.c | |
parent | a84492b75fb7c7e1a9986f7f1f70384243406c3a (diff) |
rename IMSG_LOG_TYPE to ACCESS
Diffstat (limited to 'logger.c')
-rw-r--r-- | logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ static int logger_dispatch_parent(int fd, struct privsep_proc *p, struct imsg *imsg) { switch (imsg->hdr.type) { - case IMSG_LOG_TYPE: + case IMSG_LOG_ACCESS: if (logfd != -1) close(logfd); logfd = -1; |