Merge branch 'master' of github.com:rohe/pysaml2

This commit is contained in:
Roland Hedberg
2013-05-31 13:08:18 +02:00

View File

@@ -428,7 +428,7 @@ class MetadataStore(object):
elif typ == "inline":
self.ii += 1
key = self.ii
md = MetaData(self.onts, self.attrc)
md = MetaData(self.onts, self.attrc, args[0])
elif typ == "remote":
key = kwargs["url"]
md = MetaDataExtern(self.onts, self.attrc,