Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
023ffa46
Commit
023ffa46
authored
Jul 11, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor naming conflict with NewUUID();
parent
c492a2fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
protogeni/lib/GeniTicket.pm.in
protogeni/lib/GeniTicket.pm.in
+0
-1
protogeni/lib/GeniUtil.pm.in
protogeni/lib/GeniUtil.pm.in
+2
-2
No files found.
protogeni/lib/GeniTicket.pm.in
View file @
023ffa46
...
...
@@ -676,7 +676,6 @@ sub Sign($)
#
# Every ticket/credential gets its own uuid.
#
my $ticket_uuid = NewUUID();
$self->{'
ticket_uuid
'} = GeniUtil::NewUUID();
$self->RunSigner() == 0
...
...
protogeni/lib/GeniUtil.pm.in
View file @
023ffa46
#
!/usr/bin/perl -wT
#
#
GENIPUBLIC
-
COPYRIGHT
#
Copyright
(
c
)
2008
-
201
0
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2008
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
GeniUtil
;
...
...
@@ -11,7 +11,7 @@ use Exporter;
use
vars
qw
(@
ISA
@
EXPORT
);
@
ISA
=
"Exporter"
;
@
EXPORT
=
qw
(
NewUUID
GENI_PURGEFLAG
FindHostname
);
@
EXPORT
=
qw
(
GENI_PURGEFLAG
FindHostname
);
use
English
;
use
Data
::
Dumper
;
...
...
Write
Preview
Markdown
is supported
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