mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b41c52b9db
commit
50d74ce048
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user