added 'geni_api' to the return value struct
[sfa.git] / sfa / server / sfaapi.py
index c18452b..afb71a4 100644 (file)
@@ -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,