diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/environs/py_profile_context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/environs/py_profile_context.c b/python/environs/py_profile_context.c index 1583cbf7..96e06dcc 100644 --- a/python/environs/py_profile_context.c +++ b/python/environs/py_profile_context.c @@ -93,8 +93,8 @@ PyObject *profile_context_set_user_from_dump(PyObject *self, PyObject *args) { } else return NULL; - ret = lasso_profile_context_set_remote_providerID(LassoProfileContext_get(ctx_obj), - dump); + ret = lasso_profile_context_set_user_from_dump(LassoProfileContext_get(ctx_obj), + dump); return(int_wrap(ret)); } |
