summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-30 11:24:23 +0200
committerGünther Deschner <gd@samba.org>2010-07-30 11:24:23 +0200
commita6e1fa23adaa31579366ec3445949cbde0520ac5 (patch)
tree82481328d9ffc6862a50be67cc7ed7669268fe55 /source4
parent89071133e34cd5264bfc55d77d4ee77dc3604a9f (diff)
downloadsamba-a6e1fa23adaa31579366ec3445949cbde0520ac5.tar.gz
samba-a6e1fa23adaa31579366ec3445949cbde0520ac5.tar.bz2
samba-a6e1fa23adaa31579366ec3445949cbde0520ac5.zip
s4-smbtorture: remove ifdefed symlink test, this is already skipped internally
in the s3 case. Guenther
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/spoolss.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 29d666d758..b64848375c 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -4338,14 +4338,12 @@ do {\
}\
} while(0);
-#if 0
if (!test_winreg_symbolic_link(tctx, winreg_handle, hive_handle,
TOP_LEVEL_CONTROL_PRINTERS_KEY,
"\\Registry\\Machine\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Print\\Printers"))
{
torture_warning(tctx, "failed to check for winreg symlink");
}
-#endif
for (i=0; i < ARRAY_SIZE(keys); i++) {