Changeset 235 for branches/samba-3.2.x/source/smbd/ipc.c
- Timestamp:
- May 27, 2009, 12:08:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/smbd/ipc.c
r205 r235 659 659 } 660 660 661 talloc_steal(talloc_tos(), state); 662 661 663 handle_trans(conn, req, state); 662 664 … … 788 790 SCVAL(req->inbuf,smb_com,SMBtrans); 789 791 792 talloc_steal(talloc_tos(), state); 793 790 794 handle_trans(conn, req, state); 791 795
Note:
See TracChangeset
for help on using the changeset viewer.