summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_authentication_statement.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-08 15:52:30 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-08 15:52:30 +0000
commitbfcb490be39511c5357638e121e96e49bd6dfd6b (patch)
tree4a044d9c2e1de1e4bf77717f26d064bbd2ebe584 /lasso/xml/saml_authentication_statement.h
parenta110f6284980d31d09a59ede113ddeb41c8a2396 (diff)
downloadlasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.tar.gz
lasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.tar.xz
lasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.zip
turned a bunch of unbounded elements into GList*
Diffstat (limited to 'lasso/xml/saml_authentication_statement.h')
-rw-r--r--lasso/xml/saml_authentication_statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml_authentication_statement.h b/lasso/xml/saml_authentication_statement.h
index adcacb6c..494370dd 100644
--- a/lasso/xml/saml_authentication_statement.h
+++ b/lasso/xml/saml_authentication_statement.h
@@ -59,7 +59,7 @@ struct _LassoSamlAuthenticationStatement {
/* <element ref="saml:SubjectLocality" minOccurs="0"/> */
LassoSamlSubjectLocality *SubjectLocality;
/* <element ref="saml:AuthorityBinding" minOccurs="0" maxOccurs="unbounded"/> */
- LassoSamlAuthorityBinding *AuthorityBinding; /* XXX unbounded */
+ GList *AuthorityBinding;
/* <attribute name="AuthenticationMethod" type="anyURI" use="required"/> */
char *AuthenticationMethod;
/* <attribute name="AuthenticationInstant" type="dateTime" use="required"/> */