diff options
author | Günther Deschner <gd@samba.org> | 2011-02-08 10:45:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-08 14:05:36 +0100 |
commit | 34722c72f687ad8a357656152aed9f6bafab1cad (patch) | |
tree | 4b0c82937608c623336186acc09940035706c01b /source4/torture/winbind | |
parent | 242797aca93a2f8d1e1670a1eaeb5d8e5cd07a1d (diff) | |
download | samba-34722c72f687ad8a357656152aed9f6bafab1cad.tar.gz samba-34722c72f687ad8a357656152aed9f6bafab1cad.tar.bz2 samba-34722c72f687ad8a357656152aed9f6bafab1cad.zip |
pam: share pam errors in a common location.
Guenther
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r-- | source4/torture/winbind/struct_based.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c index ea81871250..cb353158d4 100644 --- a/source4/torture/winbind/struct_based.c +++ b/source4/torture/winbind/struct_based.c @@ -24,7 +24,7 @@ #include "libcli/security/security.h" #include "librpc/gen_ndr/netlogon.h" #include "param/param.h" -#include "auth/ntlm/pam_errors.h" +#include "../libcli/auth/pam_errors.h" #define DO_STRUCT_REQ_REP_EXT(op,req,rep,expected,strict,warnaction,cmt) do { \ NSS_STATUS __got, __expected = (expected); \ |