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
9e8ab7fd
Commit
9e8ab7fd
authored
Jun 23, 2010
by
Mike Hibler
Browse files
Merge remote branch 'central/master'
parents
83072f5b
cba87b22
Changes
2
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
9e8ab7fd
...
...
@@ -4063,7 +4063,7 @@ sub CheckCredential($)
sub CheckTicket($)
{
my $ticket = Geni
Credential
->CreateFromSignedTicket($_[0]);
my $ticket = Geni
Ticket
->CreateFromSignedTicket($_[0]);
if (!defined($ticket)) {
return GeniResponse->Create(GENIRESPONSE_ERROR, undef,
"Could not create ticket object");
...
...
tbsetup/libossetup.pm.in
View file @
9e8ab7fd
...
...
@@ -466,8 +466,7 @@ sub LightUpNodes($@)
$reconfigs{$node_id} = $node;
$action = "reconfiged";
}
print STDERR "$node_id will be $action\n"
if ($self->debug());
print STDERR "$node_id will be $action\n";
}
# XXX Caller wants a list.
...
...
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