commit ce986f226790f56efc0cbece296c912d25385599 from: Stefan Sperling date: Mon Jun 19 20:36:49 2023 UTC update gotd_proc_names after session process unveil changes fixes "proc (null)" appearing in gotd logs commit - 20f279724bc851d5e6b52144ce9a6ba987d5fc5d commit + ce986f226790f56efc0cbece296c912d25385599 blob - 3f8d5ac1fd5fd5045c444b77b273f009515c0dc4 blob + f15597dbd0e7299cbf018874f9d81d6c8dcaf403 --- gotd/gotd.c +++ gotd/gotd.c @@ -723,7 +723,8 @@ static const char *gotd_proc_names[PROC_MAX] = { "parent", "listen", "auth", - "session", + "session_read", + "session_write", "repo_read", "repo_write" };