Ignore:
Timestamp:
Jul 26, 2016, 11:49:15 AM (9 years ago)
Author:
Paul Smedley
Message:

Another use of smbwrp_echo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-3.0/src/ndpsmb.c

    r933 r934  
    10461046                        strncpy(finfo.fname, path, sizeof(finfo.fname) - 1);
    10471047                        debuglocal(9,"NdpQueryPathInfo smbwrp_getattr for <%s>\n", path);
     1048                        rc = smbwrp_echo(pConn->cli);
     1049                        if (rc)
     1050                        {
     1051                                rcCon = smbwrp_connect( pRes, &pConn->cli);
     1052                                if (rcCon)
     1053                                        return ERROR_PATH_NOT_FOUND;
     1054                        }
    10481055                        rc = smbwrp_getattr( &pRes->srv, pConn->cli, &finfo);
    10491056                        if (rc)
Note: See TracChangeset for help on using the changeset viewer.