From f21edd472c6381c55d299a9ec44ac2d54ab9717c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 19 Feb 2003 22:26:54 +0000 Subject: correct init, tx Stefan (This used to be commit a2e1969ce54e9ad412fc25ed5d749c38167ad8b0) --- source3/torture/vfstest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/torture/vfstest.c') 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; -- cgit