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
17d29399
Commit
17d29399
authored
Jun 10, 2010
by
Jonathon Duerig
Browse files
Fix: Correctly invoke GetAdvertisement with a version number.
parent
ef3a3f6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
17d29399
...
...
@@ -139,7 +139,7 @@ sub Resolve($)
if
($
type
eq
"node"
)
{
my
$
node
=
$
object
;
my
$
rspec
=
GeniCM
::
GetAdvertisement
(
0
,
$
node
->
node_id
());
my
$
rspec
=
GeniCM
::
GetAdvertisement
(
0
,
$
node
->
node_id
()
,
"0.1"
);
if
(
! defined($rspec)) {
return
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
,
undef
,
"Error getting advertisement"
);
...
...
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