diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-08 15:52:30 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-08 15:52:30 +0000 |
| commit | bfcb490be39511c5357638e121e96e49bd6dfd6b (patch) | |
| tree | 4a044d9c2e1de1e4bf77717f26d064bbd2ebe584 /lasso/xml/lib_request_authn_context.c | |
| parent | a110f6284980d31d09a59ede113ddeb41c8a2396 (diff) | |
| download | lasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.tar.gz lasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.tar.xz lasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.zip | |
turned a bunch of unbounded elements into GList*
Diffstat (limited to 'lasso/xml/lib_request_authn_context.c')
| -rw-r--r-- | lasso/xml/lib_request_authn_context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/lib_request_authn_context.c b/lasso/xml/lib_request_authn_context.c index 05ae41ec..2e1a3be0 100644 --- a/lasso/xml/lib_request_authn_context.c +++ b/lasso/xml/lib_request_authn_context.c @@ -50,9 +50,9 @@ /*****************************************************************************/ static struct XmlSnippet schema_snippets[] = { - { "AuthnContextClassRef", SNIPPET_CONTENT, + { "AuthnContextClassRef", SNIPPET_LIST_CONTENT, G_STRUCT_OFFSET(LassoLibRequestAuthnContext, AuthnContextClassRef) }, - { "AuthnContextStatementRef", SNIPPET_CONTENT, + { "AuthnContextStatementRef", SNIPPET_LIST_CONTENT, G_STRUCT_OFFSET(LassoLibRequestAuthnContext, AuthnContextStatementRef) }, { "AuthnContextComparisonType", SNIPPET_CONTENT, G_STRUCT_OFFSET(LassoLibRequestAuthnContext, AuthnContextComparisonType) }, |
