1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-03 01:17:45 +03:00

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

(cherry picked from commit 421bb42d1b)
This commit is contained in:
Lennart Poettering 2022-02-01 13:50:28 +01:00 committed by Luca Boccassi
parent 14567dc93d
commit c4357f31da

View File

@ -1171,7 +1171,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