summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/environs/py_logout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c
index 44beca6a..f2aef5a1 100644
--- a/python/environs/py_logout.c
+++ b/python/environs/py_logout.c
@@ -64,7 +64,7 @@ PyObject *logout_getattr(PyObject *self, PyObject *args) {
if (!strcmp(attr, "msg_body"))
return (charPtrConst_wrap(LASSO_PROFILE_CONTEXT(logout)->msg_body));
if (!strcmp(attr, "nameIdentifier"))
- return (charPtrConst_wrap(logout->nameIdentifier));
+ return (charPtrConst_wrap(LASSO_PROFILE_CONTEXT(logout)->nameIdentifier));
if (!strcmp(attr, "msg_relayState"))
return (charPtrConst_wrap(LASSO_PROFILE_CONTEXT(logout)->msg_relayState));