mirror of
https://github.com/samba-team/samba.git
synced 2025-07-07 12:59:08 +03:00
DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.
Use py_talloc_reference in DCE/RPC code, fixes access to SAMR pipe.
This commit is contained in:
@ -24,7 +24,7 @@ import sys
|
||||
|
||||
sys.path.insert(0, "bin/python")
|
||||
|
||||
from samba.dcerpc import samr, security, lsa
|
||||
from samba.dcerpc import samr, security
|
||||
|
||||
def display_lsa_string(str):
|
||||
return str.string
|
||||
|
Reference in New Issue
Block a user