From 2c1db26d5e21a42429322d7d2dd6f975c80f0df8 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Tue, 27 Jul 2004 01:17:01 +0000 Subject: Ooops, Copy/Paste isn't always your friend :-) --- python/environs/py_profile_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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)); } -- cgit