From 32acae5818f47ff6bf24183e10c74fa44640c2bd Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 4 Aug 2005 08:27:39 +0000 Subject: fixed typo in error constant name --- swig/Lasso.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/Lasso.i b/swig/Lasso.i index 50a0e38a..2c9e7d36 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -1033,7 +1033,7 @@ typedef enum { %rename(LOGIN_ERROR_FEDERATION_NOT_FOUND) LASSO_LOGIN_ERROR_FEDERATION_NOT_FOUND; %rename(LOGIN_ERROR_CONSENT_NOT_OBTAINED) LASSO_LOGIN_ERROR_CONSENT_NOT_OBTAINED; %rename(LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY) LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY; -%rename(LOGIN_ERROR_REQUEST_DENIE) LASSO_LOGIN_ERROR_REQUEST_DENIE; +%rename(LOGIN_ERROR_REQUEST_DENIED) LASSO_LOGIN_ERROR_REQUEST_DENIED; %rename(LOGIN_ERROR_INVALID_SIGNATURE) LASSO_LOGIN_ERROR_INVALID_SIGNATURE; %rename(LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST) LASSO_LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST; %rename(LOGIN_ERROR_STATUS_NOT_SUCCESS) LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS; -- cgit