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
967407da
Commit
967407da
authored
Sep 22, 2015
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
ff512a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
967407da
...
...
@@ -1569,7 +1569,7 @@ sub GetTicketAuxAux($$$$$$$$$$$)
{
"vname"
=>
$
node_nickname
,
"desire"
=>
"d820-explicit"
,
"weight"
=>
0.95
})
if
($
MAINSITE
&&
!defined($exclusive) || !$exclusive);
if
($
MAINSITE
&&
(
!defined($exclusive) || !$exclusive)
)
;
#
#
Special
hack
for
allocating
from
a
specific
chassis
.
...
...
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