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
eb13c3b2
Commit
eb13c3b2
authored
Apr 22, 2015
by
Mike Hibler
Browse files
Fix call to writehashinfo.
parent
a7957e26
Changes
1
Show whitespace changes
Inline
Side-by-side
clientside/os/imagezip/imagerezip.c
View file @
eb13c3b2
...
...
@@ -812,7 +812,7 @@ main(int argc, char **argv)
/* write the new sigfile */
if
(
gensigfile
)
{
if
(
ndz_writehashinfo
(
new
.
ndz
,
new
.
sigfile
)
!=
0
)
{
if
(
ndz_writehashinfo
(
new
.
ndz
,
new
.
sigfile
,
argv
[
1
]
)
!=
0
)
{
fprintf
(
stderr
,
"%s: could not write signature file %s
\n
"
,
argv
[
1
],
new
.
sigfile
);
}
...
...
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