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
38b280ca
Commit
38b280ca
authored
Sep 01, 2012
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused v1 and v2 variables in main()
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
85a9d078
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
getkeys.c
src/tests/getkeys.c
+1
-1
No files found.
src/tests/getkeys.c
View file @
38b280ca
...
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
...
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
{
{
struct
lxc_container
*
c
;
struct
lxc_container
*
c
;
int
len
,
ret
;
int
len
,
ret
;
char
v
1
[
2
],
v2
[
256
],
v
3
[
2048
];
char
v3
[
2048
];
if
((
c
=
lxc_container_new
(
MYNAME
))
==
NULL
)
{
if
((
c
=
lxc_container_new
(
MYNAME
))
==
NULL
)
{
fprintf
(
stderr
,
"%d: error opening lxc_container %s
\n
"
,
__LINE__
,
MYNAME
);
fprintf
(
stderr
,
"%d: error opening lxc_container %s
\n
"
,
__LINE__
,
MYNAME
);
...
...
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