Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/srvstr.h

    r414 r988  
    2020#define srvstr_pull_talloc(ctx, base_ptr, smb_flags2, dest, src, src_len, flags) \
    2121    pull_string_talloc(ctx, base_ptr, smb_flags2, dest, src, src_len, flags)
    22 
    23 /* pull a string from the smb_buf part of a packet. In this case the
    24    string can either be null terminated or it can be terminated by the
    25    end of the smbbuf area
    26 */
    27 
    28 #define srvstr_pull_req_talloc(ctx, req_, dest, src, flags) \
    29     pull_string_talloc(ctx, req_->inbuf, req_->flags2, dest, src, \
    30                        smbreq_bufrem(req_, src), flags)
Note: See TracChangeset for help on using the changeset viewer.