Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
d718cb95
Unverified
Commit
d718cb95
authored
Nov 20, 2019
by
Rachid Koucha
Committed by
Christian Brauner
Dec 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in a comment
"above" was used instead of "below" Signed-off-by:
Rachid Koucha
<
rachid.koucha@gmail.com
>
parent
11fc6882
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
start.c
src/lxc/start.c
+1
-1
No files found.
src/lxc/start.c
View file @
d718cb95
...
@@ -1300,7 +1300,7 @@ static int do_start(void *data)
...
@@ -1300,7 +1300,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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment