Changeset 535


Ignore:
Timestamp:
Jan 27, 2011, 3:55:30 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: interim commit

Location:
trunk/client/src
Files:
2 edited

Legend:

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

    r533 r535  
    13521352                return ERROR_EAS_NOT_SUPPORTED;
    13531353        }
    1354 
     1354       
     1355        debuglocal(9, "remove me NdpEASize before fsphGetFileInfoData\n");
    13551356        rc = ph->fsphGetFileInfoData(pfi, &fdata, 0);
    13561357        if (rc || !fdata.ulSize || !fdata.pData)
     
    13601361        }
    13611362
     1363        debuglocal(9, "remove me NdpEASize before finfo =\n");
    13621364        finfo = (smbwrp_fileinfo *)fdata.pData;
     1365        debuglocal(9, "remove me NdpEASize after finfo=\n");
    13631366        easize = finfo->easize;
    13641367        finfo->easize = -1;
  • trunk/client/src/smbwrp.c

    r533 r535  
    14731473                                                        &resume_key, &last_name_raw);
    14741474
    1475                         debuglocal(9, "fname %s (remove me 1)\n", finfo.fname);
    14761475                        if (!finfo.fname) {
    14771476                                debuglocal(0,"Error: unable to parse name from info level %d\n",
     
    15421541                        p += _os2_interpret_long_filename(frame, cli, info_level, p, rdata_end,
    15431542                                                     &finfo,NULL,NULL);
    1544                         debuglocal(9, "fname %s (remove me 2)\n", finfo.fname);
     1543
    15451544                        if (!finfo.fname) {
    15461545                                debuglocal(0,"list_new: unable to parse name from info level %d\n",
Note: See TracChangeset for help on using the changeset viewer.