mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
python: Use constants from hresult.h for python constants
This encourages us to keep a single source for constants. In the future this should be a generated python file like for ntstatus. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@@ -399,5 +399,5 @@ HRESULTError = _glue.HRESULTError
|
||||
WERRORError = _glue.WERRORError
|
||||
DsExtendedError = _glue.DsExtendedError
|
||||
|
||||
HRES_SEC_E_LOGON_DENIED = 0x8009030C
|
||||
HRES_SEC_E_INVALID_TOKEN = 0x80090308
|
||||
HRES_SEC_E_LOGON_DENIED = _glue.HRES_SEC_E_LOGON_DENIED
|
||||
HRES_SEC_E_INVALID_TOKEN = _glue.HRES_SEC_E_INVALID_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user