diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-07 00:58:56 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-07 00:58:56 +0000 |
commit | 37f852ca18fa48cf25a238aa4fc411ef8cac5e50 (patch) | |
tree | 779da65f676f8b7dc8a7dc90ea569ef86753f5e8 /python/protocols/py_authn_request.c | |
parent | 28460166e1f19e70e0969aca143d3beeb6e3c68b (diff) | |
download | lasso-37f852ca18fa48cf25a238aa4fc411ef8cac5e50.tar.gz lasso-37f852ca18fa48cf25a238aa4fc411ef8cac5e50.tar.xz lasso-37f852ca18fa48cf25a238aa4fc411ef8cac5e50.zip |
*** empty log message ***
Diffstat (limited to 'python/protocols/py_authn_request.c')
-rw-r--r-- | python/protocols/py_authn_request.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/protocols/py_authn_request.c b/python/protocols/py_authn_request.c index f52e95b3..a047f6c2 100644 --- a/python/protocols/py_authn_request.c +++ b/python/protocols/py_authn_request.c @@ -98,8 +98,8 @@ PyObject *authn_request_set_scoping(PyObject *self, PyObject *args) { /******************************************************************************/ PyObject *authn_request_get_protocolProfile(PyObject *self, PyObject *args) { - xmlChar *query; - xmlChar *protocolProfile; + gchar *query; + gchar *protocolProfile; if(!PyArg_ParseTuple(args, (char *) "s:authn_request_get_protocolProfile", &query)) |