summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/environs/py_profile_context.c4
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));
}