1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4-smbtorture: remove ifdefed symlink test, this is already skipped internally

in the s3 case.

Guenther
This commit is contained in:
Günther Deschner 2010-07-30 11:24:23 +02:00
parent 89071133e3
commit a6e1fa23ad

View File

@ -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++) {