Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/files.c

    r44 r165  
    125125        chain_fsp = fsp;
    126126
    127         /* A new fsp invalidates a negative fsp_fi_cache. */
    128         if (fsp_fi_cache.fsp == NULL) {
    129                 ZERO_STRUCT(fsp_fi_cache);
    130         }
     127        /* A new fsp invalidates the positive and
     128           negative fsp_fi_cache as the new fsp is pushed
     129           at the start of the list and we search from
     130           a cache hit to the *end* of the list. */
     131
     132        ZERO_STRUCT(fsp_fi_cache);
    131133
    132134        *result = fsp;
Note: See TracChangeset for help on using the changeset viewer.