CVE-2013-4408:s3:Ensure we always check call_id when validating an RPC reply.
[samba.git] / auth / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('auth_sam_reply',
4         source='auth_sam_reply.c',
5         deps='talloc',
6         autoproto='auth_sam_reply.h'
7         )