1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r7390: Revision 7371 did not help :-(

This commit is contained in:
Volker Lendecke 2005-06-08 12:47:00 +00:00 committed by Gerald (Jerry) Carter
parent 877e0a61f5
commit a405e7f479

View File

@ -4481,10 +4481,6 @@ static BOOL run_dirtest1(int dummy)
cli_sockopt(cli, sockops);
/* This is for a particular *slow* machine, lets see whether this then
* shows up in the build farm. */
cli->timeout *= 10;
cli_list(cli, "\\LISTDIR\\*", 0, del_fn, cli);
cli_list(cli, "\\LISTDIR\\*", aDIR, del_fn, cli);
cli_rmdir(cli, "\\LISTDIR");