diff options
Diffstat (limited to 'python/environs/py_logout.c')
| -rw-r--r-- | python/environs/py_logout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c index 22681d7c..4038dce5 100644 --- a/python/environs/py_logout.c +++ b/python/environs/py_logout.c @@ -154,7 +154,7 @@ PyObject *logout_get_next_providerID(PyObject *self, PyObject *args) { remote_providerID = lasso_logout_get_next_providerID(LassoLogout_get(logout_obj)); - return (charPtrConst_wrap(remote_providerID)); + return (charPtr_wrap(remote_providerID)); } PyObject *logout_init_request(PyObject *self, PyObject *args) { |
