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
0f5b8b3a
Commit
0f5b8b3a
authored
Mar 31, 2009
by
Leigh B. Stoller
Browse files
Why is the tmpfile creation failing!
parent
dc292211
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/security/signgenicred.in
View file @
0f5b8b3a
...
...
@@ -264,8 +264,10 @@ $signatures_node->addChild($sigroot);
# reference point. Must write this to a tmp file for xmlsec, and then
# use xmlsec to add the signature.
#
# Paranoia.
unlink
(
$tmpfile
);
open
(
TMP
,
"
>
$tmpfile
")
or
fatal
("
Could not open
$tmpfile
");
fatal
("
Could not open
$tmpfile
: $!
");
print
TMP
$doc
->
toString
(
1
)
.
"
\n
";
close
(
TMP
);
...
...
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