Changeset 223 for branches/samba-3.3.x/source/smbd/process.c
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/process.c
r206 r223 1040 1040 /* 0x31 */ { NULL, NULL, 0 }, 1041 1041 /* 0x32 */ { "SMBtrans2",reply_trans2, AS_USER | CAN_IPC }, 1042 /* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER },1042 /* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER | CAN_IPC}, 1043 1043 /* 0x34 */ { "SMBfindclose",reply_findclose,AS_USER}, 1044 1044 /* 0x35 */ { "SMBfindnclose",reply_findnclose,AS_USER},
Note:
See TracChangeset
for help on using the changeset viewer.