Changeset 143


Ignore:
Timestamp:
Aug 12, 2008, 3:11:12 PM (17 years ago)
Author:
Paul Smedley
Message:

The parameter is wrong, must be the same as path info. Fixes ticket:5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/libsmb/clifile.c

    r53 r143  
    17761776        memset(param, 0, 6);
    17771777        SSVAL(param,0,fnum);
    1778         SSVAL(param,2,SMB_INFO_SET_EA);
     1778        SSVAL(param,2,SMB_INFO_QUERY_ALL_EAS);
    17791779
    17801780        return cli_get_ea_list(cli, setup, param, 6, ctx, pnum_eas, pea_list);
Note: See TracChangeset for help on using the changeset viewer.