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
bbad9813
Commit
bbad9813
authored
Nov 10, 2015
by
Leigh B Stoller
Browse files
Minor fix.
parent
eb429562
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Image.pm.in
View file @
bbad9813
...
...
@@ -2246,8 +2246,10 @@ sub SchedIMSDeletion($)
#
The
expire
daemon
will
pick
this
up
.
DBQueryWarn
(
"replace into image_deletions set "
.
" urn='$urn',image_uuid='$uuid',deleted=now()"
);
" urn='$urn',image_uuid='$uuid',deleted=now()"
)
or
return
-
1
;
return
0
;
}
#
...
...
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