From d48eb0706db350e03aa9e67ab36a157faa611bb0 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Sat, 31 Jul 2004 08:02:48 +0000 Subject: Python login_tests now works again, although there remains a lasso-CRITICAL caused by idpLoginContext.get_identity() (file login_tests.py, line 120): (process:5228): lasso-CRITICAL **: file xml.c: line 64 (lasso_node_copy): assertion LASSO_IS_NODE(node)' failed ERROR --- python/environs/py_session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/environs/py_session.h') diff --git a/python/environs/py_session.h b/python/environs/py_session.h index 9e823fd6..182dc869 100644 --- a/python/environs/py_session.h +++ b/python/environs/py_session.h @@ -23,8 +23,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __PYLASSO_PY_USER_H__ -#define __PYLASSO_PY_USER_H__ +#ifndef __PYLASSO_PY_SESSION_H__ +#define __PYLASSO_PY_SESSION_H__ #include -- cgit