Skip to content

Commit 421bb42

Browse files
committed
execute: document that the 'env' param is input *and* output
1 parent cafc5ca commit 421bb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/execute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ static int setup_pam(
11721172
uid_t uid,
11731173
gid_t gid,
11741174
const char *tty,
1175-
char ***env,
1175+
char ***env, /* updated on success */
11761176
const int fds[], size_t n_fds) {
11771177

11781178
#if HAVE_PAM

0 commit comments

Comments
 (0)