summaryrefslogtreecommitdiff
path: root/source3/torture/samtest.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-29 11:17:14 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-29 11:17:14 +0000
commit88f8ccd2b25151004dfd9c06a98ddc87066428df (patch)
treebc5d9a1d29d2d36666eb402608e075808616f8ad /source3/torture/samtest.c
parenta97a6ed43add0bb98c205ead3b4343a382d898d5 (diff)
downloadsamba-88f8ccd2b25151004dfd9c06a98ddc87066428df.tar.gz
samba-88f8ccd2b25151004dfd9c06a98ddc87066428df.tar.bz2
samba-88f8ccd2b25151004dfd9c06a98ddc87066428df.zip
Don't use global memory context
(This used to be commit b1e1d548031f270dd51ffa1910c3ae2503e64e8f)
Diffstat (limited to 'source3/torture/samtest.c')
-rw-r--r--source3/torture/samtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/samtest.c b/source3/torture/samtest.c
index 94c7fa9c07..15caf8820f 100644
--- a/source3/torture/samtest.c
+++ b/source3/torture/samtest.c
@@ -4,6 +4,7 @@
Copyright (C) 2002 Jelmer Vernooij
+ Parts of the code stolen from vfstest by Simo Sorce and Eric Lorimer
Parts of the code stolen from rpcclient by Tim Potter
This program is free software; you can redistribute it and/or modify