diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-05-10 21:18:31 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-05-10 21:18:31 +0000 |
| commit | c14455ce6136a10aa0ed2fcf8d4d8b9452805f51 (patch) | |
| tree | 53fef813477278bafccc2836b81e173de2830f93 | |
| parent | e099769b74a9bc29c5349c62bc1472b15ca2232e (diff) | |
InResponseTo must be part of the redirect answer
| -rw-r--r-- | lasso/xml/lib_status_response.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/lib_status_response.c b/lasso/xml/lib_status_response.c index b6cc9a4f..3c5b6890 100644 --- a/lasso/xml/lib_status_response.c +++ b/lasso/xml/lib_status_response.c @@ -74,6 +74,7 @@ static struct QuerySnippet query_snippets[] = { { "ProviderID", NULL }, { "Status", "Value" }, { "RelayState", NULL }, + { "InResponseTo", NULL }, { NULL, NULL } }; |
