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

remove some test code

(This used to be commit 2c509c9860fdcf4d2b3bb35e12f9fedbb77bd17e)
This commit is contained in:
Andrew Tridgell 2001-02-27 06:13:32 +00:00
parent dccf44d752
commit acaf04b7cc

View File

@ -306,9 +306,10 @@ static void testpair(struct cli_state *cli, char *mask, char *file)
res2 = reg_test(mask, long_name, short_name);
if (showall || strcmp(res1+2, res2+2)) {
if (showall || strcmp(res1, res2)) {
DEBUG(0,("%s %s %d mask=[%s] file=[%s] rfile=[%s/%s]\n",
res1, res2, count, mask, file, long_name, short_name));
// exit(1);
}
cli_unlink(cli, file);