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
71cbe78e
Commit
71cbe78e
authored
Feb 27, 2017
by
Leigh B Stoller
Browse files
Bug fix.
parent
0040bd2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/APT_Profile.pm.in
View file @
71cbe78e
...
...
@@ -642,7 +642,8 @@ sub Delete($$)
if
(
!defined($purge));
DBQueryWarn
(
"lock tables apt_profiles write, apt_profile_versions write, "
.
" web_tasks write, apt_profile_favorites write"
)
" web_tasks write, apt_profile_favorites write, "
.
" apt_profile_images write"
)
or
return
-
1
;
if
($
purge
)
{
...
...
@@ -692,7 +693,8 @@ sub DeleteVersion($)
my
($
self
)
=
@
_
;
DBQueryWarn
(
"lock tables apt_profile_versions write, "
.
" apt_profiles write, web_tasks write"
)
" apt_profiles write, web_tasks write, "
.
" apt_profile_images write"
)
or
return
-
1
;
my
$
profileid
=
$
self
->
profileid
();
...
...
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