diff options
| -rw-r--r-- | swig/Lasso.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index 8f1ca600..799d8a71 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -1065,6 +1065,7 @@ typedef enum { %rename(LOGOUT_ERROR_UNSUPPORTED_PROFILE) LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE; %rename(LOGOUT_ERROR_REQUEST_DENIED) LASSO_LOGOUT_ERROR_REQUEST_DENIED; %rename(LOGOUT_ERROR_FEDERATION_NOT_FOUND) LASSO_LOGOUT_ERROR_FEDERATION_NOT_FOUND; +%rename(LOGOUT_ERROR_UNKNOWN_PRINCIPAL) LASSO_LOGOUT_ERROR_UNKNOWN_PRINCIPAL; #endif /* Profile */ |
