Changeset 531


Ignore:
Timestamp:
Jan 24, 2011, 1:00:35 PM (14 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: removed obsolete code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/client/src/ndpsmb.c

    r528 r531  
    889889        unsigned long action;
    890890        char path[CCHMAXPATH+1] = {0};
    891         int retry = 0;
    892 
    893                 debuglocal(9,"NdpQueryPathInfo in [%p] <%s>, retry = %d\n", pConn, szPath, retry);
     891
     892                debuglocal(9,"NdpQueryPathInfo in [%p] <%s>\n", pConn, szPath);
    894893       
    895894                // is wildcard is specified, we suppose parent dir exist, so exit immediately
     
    941940                        {
    942941                                // remote server not available for first time?
    943                                 if (rc == ERROR_REM_NOT_LIST && retry == 0)
     942                                if (rc == ERROR_REM_NOT_LIST)
    944943                                {
    945944                                    // free current cli resources
     
    949948                                    // try file list again
    950949                                    rc = smbwrp_getattr( &pRes->srv, pConn->cli, &finfo);
    951                                     debuglocal(9,"NdpQueryPathInfo remote connection lost, retry rc = %d\n", rc);
     950                                    debuglocal(9,"NdpQueryPathInfo remote connection lost, rc = %d\n", rc);
    952951                                }
    953952                                switch (rc)
     
    10841083                    // try file list again next loop
    10851084                    rc = smbwrp_filelist( &pRes->srv, pConn->cli, &state);
    1086                     debuglocal(9,"NdpFindStart remote connection lost, retry rc = %d\n", rc);
     1085                    debuglocal(9,"NdpFindStart remote connection lost, rc = %d\n", rc);
    10871086                }
    10881087
Note: See TracChangeset for help on using the changeset viewer.