mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
0bb92d7f37
First UDP, then TCP if truncation happened Signed-off-by: Volker Lendecke <vl@samba.org>
6 lines
131 B
Python
6 lines
131 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('clidns',
|
|
source='dns.c',
|
|
public_deps='LIBTSOCKET tevent-util NDR_DNS')
|