Changeset 113

Show
Ignore:
Timestamp:
01/24/08 09:30:21 (10 months ago)
Author:
psmedley
Message:

Add code missing from _os2_interpret_long_filenames - addresses Ticket #48

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/ndpsmb/smbwrp.c

    r112 r113  
    10261026         
    10271027        if (!finfo) finfo = &finfo1; 
     1028 
     1029        if (p_resume_key) { 
     1030                *p_resume_key = 0; 
     1031        } 
    10281032 
    10291033        finfo->attr = def_finfo.mode; 
     
    10511055                        p += clistr_pull(cli, finfo->fname, p, 
    10521056                                         sizeof(finfo->fname), 
    1053                                          len+2,  
     1057                                         len+2, 
    10541058                                         STR_TERMINATE); 
    10551059                        finfo->easize = -1; 
     
    10781082                        size_t namelen, slen; 
    10791083                        p += 4; /* next entry offset */ 
    1080 #if 0 
    10811084                        if (p_resume_key) { 
    10821085                                *p_resume_key = IVAL(p,0); 
    10831086                        } 
    1084 #endif 
     1087 
    10851088                        p += 4; /* fileindex */ 
    10861089