diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
commit | d817eaf0ecca2d878ab1ffcf7a747a02d71c811e (patch) | |
tree | cca88b66534c015e4c7b6a52e8ddfd516555befa /source/torture/torture.c | |
parent | 74d9ecfe2dd7364643d32acb62ade957bd71cd0d (diff) | |
download | samba-d817eaf0ecca2d878ab1ffcf7a747a02d71c811e.tar.gz samba-d817eaf0ecca2d878ab1ffcf7a747a02d71c811e.tar.xz samba-d817eaf0ecca2d878ab1ffcf7a747a02d71c811e.zip |
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Diffstat (limited to 'source/torture/torture.c')
-rw-r--r-- | source/torture/torture.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/torture/torture.c b/source/torture/torture.c index 4141b29cc20..07d7f1547ed 100644 --- a/source/torture/torture.c +++ b/source/torture/torture.c @@ -22,8 +22,6 @@ #include "includes.h" -#include "module_dummy.h" - static fstring host, workgroup, share, password, username, myname; static int max_protocol = PROTOCOL_NT1; static const char *sockops="TCP_NODELAY"; |