summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-05-10 21:18:31 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-05-10 21:18:31 +0000
commitc14455ce6136a10aa0ed2fcf8d4d8b9452805f51 (patch)
tree53fef813477278bafccc2836b81e173de2830f93
parente099769b74a9bc29c5349c62bc1472b15ca2232e (diff)
InResponseTo must be part of the redirect answer
-rw-r--r--lasso/xml/lib_status_response.c1
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 }
};