summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-23 11:44:00 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-23 12:21:12 +0100
commit7716ad68a8d859ac3651c4eb559b6e45d98566db (patch)
tree735b5cdc52f92be36f81cb0b0cee3e6a1214a1c6 /source3/smbd/process.c
parent435a0a5a3bc8114991650a78e1f90049d2f3f343 (diff)
downloadsamba-7716ad68a8d859ac3651c4eb559b6e45d98566db.tar.gz
samba-7716ad68a8d859ac3651c4eb559b6e45d98566db.tar.bz2
samba-7716ad68a8d859ac3651c4eb559b6e45d98566db.zip
s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 too.
Otherwise we'll confuse the client signing engine, when we reply an error to each transs2. metze
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 18fbdd7939..6d53bbe929 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -913,7 +913,7 @@ static const struct smb_message_struct {
/* 0x30 */ { NULL, NULL, 0 },
/* 0x31 */ { NULL, NULL, 0 },
/* 0x32 */ { "SMBtrans2",reply_trans2, AS_USER | CAN_IPC },
-/* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER},
+/* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER | CAN_IPC },
/* 0x34 */ { "SMBfindclose",reply_findclose,AS_USER},
/* 0x35 */ { "SMBfindnclose",reply_findnclose,AS_USER},
/* 0x36 */ { NULL, NULL, 0 },