diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-05 15:43:23 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-05 15:43:23 +0000 |
| commit | a4f68f5002d3b67350ee894b106cd0edd1c5ac40 (patch) | |
| tree | cf9ca01b395c8363d1800435fcacfab945d2b436 | |
| parent | d02d1d2b8f97f1593115d7eedafd0b5647522415 (diff) | |
more appropriate error code
| -rw-r--r-- | lasso/id-ff/logout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index 452016d4..78ff43ba 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -730,7 +730,7 @@ lasso_logout_validate_request(LassoLogout *logout) message(G_LOG_LEVEL_CRITICAL, "Name identifier not found in logout request"); lasso_profile_set_response_status( profile, LASSO_LIB_STATUS_CODE_FEDERATION_DOES_NOT_EXIST); - return LASSO_XML_ERROR_NODE_NOT_FOUND; + return LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND; } if (profile->session == NULL) { |
