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
7e8e73d1
Commit
7e8e73d1
authored
May 05, 2015
by
Mike Hibler
Browse files
Set modtime on delta sig to match image.
parent
63fe5e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/os/imagezip/imagedelta.c
View file @
7e8e73d1
...
...
@@ -957,6 +957,7 @@ main(int argc, char **argv)
ndz_close
(
delta
.
ndz
);
setfiletime
(
argv
[
2
],
argv
[
1
]);
setfiletime
(
delta
.
sigfile
,
argv
[
1
]);
}
else
{
fprintf
(
stderr
,
"Images %s and %s are identical, no delta produced!
\n
"
,
argv
[
0
],
argv
[
1
]);
...
...
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