diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-18 07:51:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:06 -0500 |
commit | 2aa976aeb0d7024e335951870f871f68e4595f31 (patch) | |
tree | b9b0dd33753120115b3575204f84cae244d6d1d4 /source4/librpc/config.m4 | |
parent | 70f457bd1a13275faa5f33754ef819a5f75e0374 (diff) | |
download | samba-2aa976aeb0d7024e335951870f871f68e4595f31.tar.gz samba-2aa976aeb0d7024e335951870f871f68e4595f31.tar.bz2 samba-2aa976aeb0d7024e335951870f871f68e4595f31.zip |
r1874: add dcerpc_errstr() function to display a fault code by name,
this should be used in the torture tests when we got NT_STATU_NET_WRITE_FAULT
metze
(This used to be commit 964748389bb7560ba141d71bb9256a8552c7db92)
Diffstat (limited to 'source4/librpc/config.m4')
-rw-r--r-- | source4/librpc/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/config.m4 b/source4/librpc/config.m4 index c8dbafa6b8..2b349fe9dc 100644 --- a/source4/librpc/config.m4 +++ b/source4/librpc/config.m4 @@ -49,6 +49,7 @@ SMB_SUBSYSTEM(LIBRPC_RAW,[], [librpc/rpc/dcerpc.o librpc/rpc/dcerpc_auth.o librpc/rpc/dcerpc_util.o + librpc/rpc/dcerpc_error.o librpc/rpc/dcerpc_schannel.o librpc/rpc/dcerpc_ntlm.o librpc/rpc/dcerpc_spnego.o |