1
0
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:
Gerald Carter
2006-09-20 22:49:02 +00:00
committed by Gerald (Jerry) Carter
parent b41c52b9db
commit 50d74ce048
13 changed files with 38 additions and 46 deletions

View File

@@ -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 */