Unverified Commit e166e391 by Christian Brauner Committed by GitHub

Merge pull request #3189 from Rachid-Koucha/patch-2

Typo in a comment
parents 4d6e32a5 317494f1
...@@ -1321,7 +1321,7 @@ static int do_start(void *data) ...@@ -1321,7 +1321,7 @@ static int do_start(void *data)
/* Add the requested environment variables to the current environment to /* Add the requested environment variables to the current environment to
* allow them to be used by the various hooks, such as the start hook * allow them to be used by the various hooks, such as the start hook
* above. * below.
*/ */
lxc_list_for_each(iterator, &handler->conf->environment) { lxc_list_for_each(iterator, &handler->conf->environment) {
ret = putenv((char *)iterator->elem); ret = putenv((char *)iterator->elem);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment