mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
b341979adb
this brings nt_errstr() into common code, using the new talloc_stackframe_exists() to ensure that we only allocate an error string using talloc_tos() if a talloc stackframe does currently exists. This makes it safe to use in external libraries Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
9 lines
144 B
Python
9 lines
144 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_ERRORS',
|
|
source='doserr.c errormap.c nterr.c',
|
|
public_deps='talloc samba-util-common'
|
|
)
|
|
|