Ignore:
Timestamp:
May 12, 2014, 8:58:38 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: updated vendor to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/globals.h

    r746 r860  
    163163                               uint16_t flags2,
    164164                               unsigned int max_data_bytes,
     165                               size_t *fixed_portion,
    165166                               char **ppdata,
    166167                               unsigned int *pdata_size);
     
    180181                         uint16_t flags2,
    181182                         unsigned int max_data_bytes,
     183                         size_t *fixed_portion,
     184                         struct smb_filename *smb_fname,
    182185                         char **ppdata,
    183186                         int *ret_data_len);
     
    647650                uint32_t max_read;
    648651                uint32_t max_write;
    649                 bool compound_related_in_progress;
    650652        } smb2;
    651653};
Note: See TracChangeset for help on using the changeset viewer.