summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-22 11:49:22 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-22 11:49:22 +0000
commitbe77d9c60d17e0ef2ed0b51ea0814c42a41a40a3 (patch)
treef7c66a83daa4a555a7029a54b2fc7886ad1f0d91 /source4/torture
parent677fb26deba2e8b8965c41d7b7455063db031a2c (diff)
downloadsamba-be77d9c60d17e0ef2ed0b51ea0814c42a41a40a3.tar.gz
samba-be77d9c60d17e0ef2ed0b51ea0814c42a41a40a3.tar.bz2
samba-be77d9c60d17e0ef2ed0b51ea0814c42a41a40a3.zip
* fixed null terminated string handling
* fixed nested relative offsets in push functions the spoolss torture test now passes! (This used to be commit 60ced76160e4f4e2b511ebbeec31130c8ebcdd22)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/spoolss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 813bcdd6aa..166be85d57 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -164,7 +164,7 @@ static BOOL test_OpenPrinter(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
ret = False;
}
- return False;
+ return ret;
}
static BOOL test_OpenPrinterEx(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,