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
289488e9
Commit
289488e9
authored
Jun 02, 2017
by
Leigh B Stoller
Browse files
Fix a bug found by mysql 5.7. A real bug!
parent
c9a29e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/manage_instance.in
View file @
289488e9
...
...
@@ -2833,7 +2833,7 @@ sub StartMonitorInternal(;$@)
return
$PID
;
}
}
$instance
->
Update
({"
monitor_pid
"
=>
'
$PID
'
});
$instance
->
Update
({"
monitor_pid
"
=>
$PID
});
#
# We just did the operation, no need to ask so soon, and we
...
...
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