Ignore:
Timestamp:
May 27, 2009, 12:08:58 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/ipc.c

    r205 r235  
    659659        }
    660660
     661        talloc_steal(talloc_tos(), state);
     662
    661663        handle_trans(conn, req, state);
    662664
     
    788790        SCVAL(req->inbuf,smb_com,SMBtrans);
    789791
     792        talloc_steal(talloc_tos(), state);
     793
    790794        handle_trans(conn, req, state);
    791795
Note: See TracChangeset for help on using the changeset viewer.