Ignore:
Timestamp:
May 24, 2009, 7:55:48 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.4

File:
1 edited

Legend:

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

    r206 r224  
    662662        }
    663663
     664        talloc_steal(talloc_tos(), state);
     665
    664666        handle_trans(conn, req, state);
    665667
     
    790792         */
    791793        SCVAL(req->inbuf,smb_com,SMBtrans);
     794
     795        talloc_steal(talloc_tos(), state);
    792796
    793797        handle_trans(conn, req, state);
Note: See TracChangeset for help on using the changeset viewer.