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
cc9c5f91
Commit
cc9c5f91
authored
Dec 18, 2000
by
Robert Ricci
Browse files
(newbold) Removed debugging output.
parent
e696c5b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/nfree
View file @
cc9c5f91
...
...
@@ -55,7 +55,6 @@ foreach my $n (@node_names) {
"
nodes as n on n.type=t.type where node_id='
$n
'
");
my
@row
=
$sth
->
fetchrow_array
();
my
$control
=
$row
[
0
];
print
"
Got Control
$control
\n
";
$cmd
=
"
update interfaces set IP='' where node_id='
$n
' and card!='
$control
'
";
$sth
=
$dbh
->
query
(
$cmd
)
||
(
print
"
Failed Command:
\n
$cmd
\n
Error string is:
"
.
$dbh
->
errstr
.
"
\n
"
...
...
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