Skip to content
GitLab
Menu
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
c9c421ee
Commit
c9c421ee
authored
Dec 04, 2002
by
Mac Newbold
Browse files
Couple of bug fixes related to RESETs that get performed by stated.
parent
8c637780
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_select.in
View file @
c9c421ee
...
...
@@ -94,7 +94,9 @@ if ($mfs) {
my
$q
=
DBQueryFatal
(
$cmd
);
if
(
$q
->
numrows
()
>
0
)
{
my
@r
=
$q
->
fetchrow_array
();
debug
("
Path '
$osid
' => OSID '
$r
[0]'
\n
");
$osid
=
$r
[
0
];
$pathmode
=
0
;
}
else
{
$pathmode
=
1
;
}
}
else
{
my
$cmd
=
"
select path from os_info where osid='
$osid
';
";
...
...
Write
Preview
Supports
Markdown
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