From a6e1fa23adaa31579366ec3445949cbde0520ac5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 30 Jul 2010 11:24:23 +0200 Subject: s4-smbtorture: remove ifdefed symlink test, this is already skipped internally in the s3 case. Guenther --- source4/torture/rpc/spoolss.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture/rpc/spoolss.c') 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++) { -- cgit