diff options
Diffstat (limited to 'source4/auth/pyauth.h')
-rw-r--r-- | source4/auth/pyauth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/pyauth.h b/source4/auth/pyauth.h index 60fd2e5d14..c01144d87c 100644 --- a/source4/auth/pyauth.h +++ b/source4/auth/pyauth.h @@ -23,7 +23,7 @@ #include <pytalloc.h> #include "auth/session.h" -#define PyAuthSession_AsSession(obj) py_talloc_get_type(obj, struct auth_session_info) +#define PyAuthSession_AsSession(obj) pytalloc_get_type(obj, struct auth_session_info) struct auth_session_info *PyObject_AsSession(PyObject *obj); #endif /* _PYAUTH_H */ |