Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/libcli/smb2/find.c

    r414 r745  
    9696*/
    9797NTSTATUS smb2_find_level_recv(struct smb2_request *req, TALLOC_CTX *mem_ctx,
    98                               uint8_t level, uint_t *count,
     98                              uint8_t level, unsigned int *count,
    9999                              union smb_search_data **io)
    100100{
     
    103103        DATA_BLOB b;
    104104        enum smb_search_data_level smb_level;
    105         uint_t next_ofs=0;
     105        unsigned int next_ofs=0;
    106106
    107107        switch (level) {
     
    172172NTSTATUS smb2_find_level(struct smb2_tree *tree, TALLOC_CTX *mem_ctx,
    173173                         struct smb2_find *f,
    174                          uint_t *count, union smb_search_data **io)
     174                         unsigned int *count, union smb_search_data **io)
    175175{
    176176        struct smb2_request *req;
Note: See TracChangeset for help on using the changeset viewer.