Changeset 1275


Ignore:
Timestamp:
Nov 11, 2008, 10:07:28 PM (17 years ago)
Author:
Gregg Young
Message:

Remove code that attempted to work around netdrive ERROR_INVALID_PARAMETER/ERROR_ACCESS_DENIED/ERROR_PIPE_NOT_CONNECTED problem on copying a directory to the network drive (ticket 247). Have filed a bug report to netdrive developer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1228 r1275  
    594594              case IDM_RENAME:
    595595                {
    596 
    597                   INT iCounter = 0;
    598596
    599597                  if (!*wk->li->targetpath && (wk->li->type == IDM_MOVE ||
     
    871869                          goto Abort;
    872870                      }
    873                       else if (rc == ERROR_PIPE_NOT_CONNECTED && iCounter < 25) {
    874                         DbgMsg(pszSrcFile, __LINE__, "ERROR_PIPE_NOT_CONNECTED retries %i", iCounter);
    875                         iCounter ++;
    876                         DosSleep(200);
    877                         goto Retry;
    878                       }
    879871                      else {
    880872                        if (LogFileHandle)
Note: See TracChangeset for help on using the changeset viewer.