summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-10-04 08:07:54 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-10-04 08:07:54 +0000
commitd478d84934c6f10083c121f669bb005f6cdd0250 (patch)
treed59a078a4add317275d5b39af8c85c28e29cc7ec
parentd876cf4cc7296ae90cd908eb273c4d482ba061c6 (diff)
handle new error code
-rw-r--r--swig/Lasso.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index 8bfdab77..d0c2900c 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -1001,6 +1001,7 @@ typedef enum {
/* Single Logout */
#ifndef SWIGPHP4
%rename(LOGOUT_ERROR_UNSUPPORTED_PROFILE) LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE;
+%rename(LOGOUT_ERROR_REQUEST_DENIED) LASSO_LOGOUT_ERROR_REQUEST_DENIED;
#endif
/* Profile */