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
cd7d6d02
Commit
cd7d6d02
authored
Nov 03, 2009
by
Leigh B. Stoller
Browse files
Minor fix for subnodes.
parent
46fddb5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
cd7d6d02
...
...
@@ -801,10 +801,8 @@ sub GetTicketAuxAux($$$$$$$$)
"osname"
=>
$
osname
,
"ips"
=>
''
,
#
deprecated
"cmd_line"
=>
''
,
#
bogus
"fixed"
=>
(
defined
($
node
)
?
$
node
->
node_id
()
:
(
defined
($
subnode_of
)
?
$
subnode_of
:
""
)),
"fixed"
=>
(
defined
($
subnode_of
)
?
$
subnode_of
:
defined
($
node
)
?
$
node
->
node_id
()
:
""
),
};
#
Tarball
and
startup
command
.
...
...
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