Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
3c376399
Commit
3c376399
authored
Aug 29, 2012
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
0f01df27
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/mkvnode.pl
View file @
3c376399
...
...
@@ -520,7 +520,7 @@ if (! -e "$VNDIR/vnode.info") {
#
$vmtype
=
GENVNODETYPE
();
(
$ret
,
$err
)
=
safeLibOp
('
vnodeCreate
',
0
,
0
,
\
%vnconfig
);
(
$ret
,
$err
)
=
safeLibOp
('
vnodeCreate
',
0
,
0
);
if
(
$err
)
{
MyFatal
("
vnodeCreate failed
");
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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