Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/libsmb/clifile.c

    r133 r228  
    6767                        &setup, 1, 0,                   /* setup, length, max */
    6868                        param, param_len, 2,            /* param, length, max */
    69                         (char *)&data,  data_len, cli->max_xmit /* data, length, max */
     69                        data,  data_len, cli->max_xmit /* data, length, max */
    7070                        )) {
    7171                SAFE_FREE(data);
Note: See TracChangeset for help on using the changeset viewer.