diff options
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_lsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_lsa.c b/source3/python/py_lsa.c index 068190c020..39abc60e25 100644 --- a/source3/python/py_lsa.c +++ b/source3/python/py_lsa.c @@ -125,7 +125,7 @@ static PyObject *lsa_close(PyObject *self, PyObject *args, PyObject *kw) /* Call rpc function */ - result = rpccli_lsa_close(hnd->cli, hnd->mem_ctx, &hnd->pol); + result = rpccli_lsa_Close(hnd->cli, hnd->mem_ctx, &hnd->pol); /* Cleanup samba stuff */ |