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
1ef72c38
Commit
1ef72c38
authored
Oct 01, 2014
by
Kirk Webb
Browse files
Minor fix.
parent
23bb1577
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/managetaint.in
View file @
1ef72c38
...
...
@@ -321,7 +321,7 @@ sub PrintAllObjects($) {
/^os$/
&&
do
{
my
$query_result
=
DBQueryWarn
("
select pid, osname, taint_states from os_info
"
.
DBQueryWarn
("
select pid, osname, taint_states from os_info
_versions
"
.
"
where taint_states is not null
"
.
"
and taint_states != ''
");
...
...
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