summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-27 01:17:01 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-27 01:17:01 +0000
commit2c1db26d5e21a42429322d7d2dd6f975c80f0df8 (patch)
treef75526dc4fc9fbab2b0b98389d92dd35b4905745 /python
parentdbe4d8a86c11c4ec193a84d1dc0591fdd137598e (diff)
downloadlasso-2c1db26d5e21a42429322d7d2dd6f975c80f0df8.tar.gz
lasso-2c1db26d5e21a42429322d7d2dd6f975c80f0df8.tar.xz
lasso-2c1db26d5e21a42429322d7d2dd6f975c80f0df8.zip
Ooops, Copy/Paste isn't always your friend :-)
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));
}