mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
a16f3f7e6a
This implements a dcerpc_binding_handle that does just pass request and response blob passing. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
6 lines
170 B
Python
6 lines
170 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('tstream_binding_handle',
|
|
source='tstream_binding_handle.c',
|
|
deps='tevent LIBTSOCKET')
|