Ignore:
Timestamp:
Nov 13, 2013, 5:29:22 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: remove some @todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/libsmb/clifile.c

    r751 r831  
    42134213                                    SMB_INFO_QUERY_ALL_EAS, 4,
    42144214                                    cli->max_xmit);
    4215 // @todo in earlier port the above cli->max_xmit was changed to CLI_BUFFER_SIZE
    4216 // @todo is that still needed? if no regressions are found please remove it
     4215// @todo_port in earlier port the above cli->max_xmit was changed to CLI_BUFFER_SIZE
     4216// @todo_port is that still needed? if no regressions are found please remove it
    42174217        if (tevent_req_nomem(subreq, req)) {
    42184218                return tevent_req_post(req, ev);
Note: See TracChangeset for help on using the changeset viewer.