diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-10-04 08:06:36 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-10-04 08:06:36 +0000 |
| commit | d876cf4cc7296ae90cd908eb273c4d482ba061c6 (patch) | |
| tree | a2f918fbf60a391aa9108f0ae484740236795c5d /lasso/errors.h | |
| parent | 036a066224fb7cd9ac0c7d15114eeec2057f9b1c (diff) | |
| download | lasso-d876cf4cc7296ae90cd908eb273c4d482ba061c6.tar.gz lasso-d876cf4cc7296ae90cd908eb273c4d482ba061c6.tar.xz lasso-d876cf4cc7296ae90cd908eb273c4d482ba061c6.zip | |
returns LASSO_LOGOUT_ERROR_REQUEST_DENIED if appropriate.
Diffstat (limited to 'lasso/errors.h')
| -rw-r--r-- | lasso/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/errors.h b/lasso/errors.h index 2681ff99..b1ad238d 100644 --- a/lasso/errors.h +++ b/lasso/errors.h @@ -58,6 +58,7 @@ /* Single Logout */ #define LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE -301 +#define LASSO_LOGOUT_ERROR_REQUEST_DENIED 302 /* Profile */ #define LASSO_PROFILE_ERROR_INVALID_QUERY -401 |
