From: Tony Mack Date: Thu, 22 Dec 2011 19:16:56 +0000 (-0500) Subject: added 'geni_api' to the return value struct X-Git-Tag: sfa-2.0-7~13^2~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=a658d62b68189ac19bb19864ee851c21676425fd;p=sfa.git added 'geni_api' to the return value struct --- diff --git a/sfa/server/sfaapi.py b/sfa/server/sfaapi.py index c18452b9..afb71a42 100644 --- a/sfa/server/sfaapi.py +++ b/sfa/server/sfaapi.py @@ -214,6 +214,7 @@ class SfaApi (XmlrpcApi): def get_geni_code(self, result): code = { + 'geni_api': 2, 'geni_code': GENICODE.SUCCESS, 'am_type': 'sfa', 'am_code': None,