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
3650e27f
Commit
3650e27f
authored
May 27, 2012
by
Leigh B Stoller
Browse files
Remove temporary file.
parent
a9622cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniTicket.pm.in
View file @
3650e27f
#
!/usr/bin/perl -wT
#
#
GENIPUBLIC
-
COPYRIGHT
#
Copyright
(
c
)
2008
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2008
-
201
2
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
GeniTicket
;
...
...
@@ -748,6 +748,7 @@ sub RunSigner($$)
print STDERR "Could not sign $filename\n";
return -1;
}
unlink($filename);
$self->{'
ticket_string
'} = $ticket;
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