1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00

execute: document that the 'env' param is input *and* output

This commit is contained in:
Lennart Poettering 2022-02-01 13:50:28 +01:00
parent cafc5ca147
commit 421bb42d1b

View File

@ -1172,7 +1172,7 @@ static int setup_pam(
uid_t uid,
gid_t gid,
const char *tty,
char ***env,
char ***env, /* updated on success */
const int fds[], size_t n_fds) {
#if HAVE_PAM