diff options
author | Günther Deschner <gd@samba.org> | 2010-07-30 11:24:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-30 11:24:23 +0200 |
commit | a6e1fa23adaa31579366ec3445949cbde0520ac5 (patch) | |
tree | 82481328d9ffc6862a50be67cc7ed7669268fe55 /source4/torture/rpc | |
parent | 89071133e34cd5264bfc55d77d4ee77dc3604a9f (diff) | |
download | samba-a6e1fa23adaa31579366ec3445949cbde0520ac5.tar.gz samba-a6e1fa23adaa31579366ec3445949cbde0520ac5.tar.xz samba-a6e1fa23adaa31579366ec3445949cbde0520ac5.zip |
s4-smbtorture: remove ifdefed symlink test, this is already skipped internally
in the s3 case.
Guenther
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/spoolss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 29d666d7583..b64848375c0 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++) { |