summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2003-02-19 22:26:54 +0000
committerSimo Sorce <idra@samba.org>2003-02-19 22:26:54 +0000
commitf21edd472c6381c55d299a9ec44ac2d54ab9717c (patch)
treeddd5103d3035c745642918e8c58e5e8f6c113873 /source3/torture/vfstest.c
parent83a11f7f0e4331602acefcb3324be6f35f1fef0e (diff)
downloadsamba-f21edd472c6381c55d299a9ec44ac2d54ab9717c.tar.gz
samba-f21edd472c6381c55d299a9ec44ac2d54ab9717c.tar.bz2
samba-f21edd472c6381c55d299a9ec44ac2d54ab9717c.zip
correct init, tx Stefan
(This used to be commit a2e1969ce54e9ad412fc25ed5d749c38167ad8b0)
Diffstat (limited to 'source3/torture/vfstest.c')
-rw-r--r--source3/torture/vfstest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c
index 78d22a07ac..c9410e5adb 100644
--- a/source3/torture/vfstest.c
+++ b/source3/torture/vfstest.c
@@ -545,7 +545,8 @@ int main(int argc, char *argv[])
}
/* some basic initialization stuff */
- vfs.conn = (struct connection_struct *)malloc(sizeof(struct connection_struct));
+ conn_init();
+ vfs.conn = conn_new();
vfs.conn->user = "vfstest";
for (i=0; i < 1024; i++)
vfs.files[i] = NULL;