diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-30 10:14:06 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-04-30 10:14:06 +0000 |
| commit | 6fb74819ff1132486bfed17300277c83be8a96ae (patch) | |
| tree | 1101c8270cc65d3d6bad9fcf1c8269caf4cc8468 | |
| parent | 59af6e10567fb7369f7e5f715a70c3447f502fc8 (diff) | |
* add string translation for error LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS
| -rw-r--r-- | lasso/errors.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/errors.c b/lasso/errors.c index 5d35cb32..5f5b89fd 100644 --- a/lasso/errors.c +++ b/lasso/errors.c @@ -186,6 +186,8 @@ lasso_strerror(int error_code) return "No default endpoint"; case LASSO_LOGIN_ERROR_ASSERTION_REPLAY: return "Assertion replay"; + case LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS: + return "Status code is not success"; case LASSO_SOAP_FAULT_REDIRECT_REQUEST: return "Redirect request from Attribute Provider"; |
