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
dace1188
Commit
dace1188
authored
Jun 10, 2016
by
Mike Hibler
Browse files
Fix cut/paste error.
parent
a9ac35c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/image_import-new.in
View file @
dace1188
...
...
@@ -494,7 +494,7 @@ if ($update) {
my
$hash
=
$attributes
->
{"
hash
"}
->
{'
value
'}
if
(
exists
(
$attributes
->
{"
hash
"}));
my
$dhash
=
$attributes
->
{"
deltahash
"}
->
{'
value
'}
if
(
exists
(
$attributes
->
{"
hash
"}));
if
(
exists
(
$attributes
->
{"
delta
hash
"}));
if
(
defined
(
$clone
->
hash
())
&&
(
!
defined
(
$hash
)
||
$clone
->
hash
()
ne
$hash
))
{
...
...
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