Changeset 233 for branches/samba-3.2.x/source/smbd/process.c
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/smbd/process.c
r232 r233 1034 1034 /* 0x31 */ { NULL, NULL, 0 }, 1035 1035 /* 0x32 */ { "SMBtrans2",reply_trans2, AS_USER | CAN_IPC }, 1036 /* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER },1036 /* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER | CAN_IPC}, 1037 1037 /* 0x34 */ { "SMBfindclose",reply_findclose,AS_USER}, 1038 1038 /* 0x35 */ { "SMBfindnclose",reply_findnclose,AS_USER},
Note:
See TracChangeset
for help on using the changeset viewer.