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
016fd226
Commit
016fd226
authored
Nov 01, 2000
by
Leigh B. Stoller
Browse files
Get rid of substr on EID.
parent
2ecd4c0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/nfree
View file @
016fd226
...
...
@@ -14,8 +14,6 @@ my $list= join(" or ",@machines);
my
$cmd
=
"";
my
$sth
=
"";
$eid
=
substr
(
$eid
,
0
,
10
);
foreach
my
$n
(
@node_names
)
{
$sth
=
$dbh
->
query
("
select * from reserved where node_id='
$n
'
"
.
"
and eid='
$eid
'
");
...
...
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