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
e4b4ad6b
Commit
e4b4ad6b
authored
Sep 26, 2012
by
Jonathon Duerig
Browse files
Make sure that AM API still defaults to version 2 for now.
parent
e92987f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/geni-am.pm.in
View file @
e4b4ad6b
...
...
@@ -47,7 +47,7 @@ use GeniAM;
use
GeniResponse
;
if
(
!
defined
(
$GENI_VERSION
))
{
$GENI_VERSION
=
"
3
.0
";
$GENI_VERSION
=
"
2
.0
";
}
GeniAM::
SetGeniVersion
(
$GENI_VERSION
);
...
...
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