diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-27 14:02:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-27 14:02:46 +0100 |
commit | 1e973565b6c0cb738b25a2d9439d5acb441701f4 (patch) | |
tree | b5e2144426df4b44ef17a9a3e66a4f8295faedf3 /source4/torture/smb2 | |
parent | 240d959005f5fd80a38b3734b39dd5d6e425a566 (diff) | |
download | samba-1e973565b6c0cb738b25a2d9439d5acb441701f4.tar.gz samba-1e973565b6c0cb738b25a2d9439d5acb441701f4.tar.bz2 samba-1e973565b6c0cb738b25a2d9439d5acb441701f4.zip |
Move subunit infrastructure code into lib/torture.
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/smb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c index f406b7d6e8..37eadcf7fd 100644 --- a/source4/torture/smb2/smb2.c +++ b/source4/torture/smb2/smb2.c @@ -21,7 +21,7 @@ #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" -#include "torture/torture.h" +#include "torture/smbtorture.h" #include "torture/smb2/proto.h" #include "lib/util/dlinklist.h" |