summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-07-12 18:46:15 +0000
committerLuke Leighton <lkcl@samba.org>1999-07-12 18:46:15 +0000
commit8f1404739fe75464fe1500c3f6e6d39d4878ec1e (patch)
tree0e5885d00457b4a8428fb462b6cfa434ad45c79c /source3/smbd/process.c
parent50429f60566839faf647cd4c36b66903c7b855ab (diff)
downloadsamba-8f1404739fe75464fe1500c3f6e6d39d4878ec1e.tar.gz
samba-8f1404739fe75464fe1500c3f6e6d39d4878ec1e.tar.bz2
samba-8f1404739fe75464fe1500c3f6e6d39d4878ec1e.zip
Jean-Francois Micouleau's rewritten DFS patch, originally written by
Nigel Williams. despite the data format being *exactly* the same as NT's, this still doesn't work yet. more work needed. (This used to be commit 270981960bb5aab52d2f8e494827101ece6729c4)
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 a4c1acba8f..bc60cb474d 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -339,7 +339,7 @@ struct smb_message_struct
/* LANMAN2.0 PROTOCOL FOLLOWS */
{SMBfindnclose, "SMBfindnclose", reply_findnclose, AS_USER},
{SMBfindclose, "SMBfindclose", reply_findclose,AS_USER},
- {SMBtrans2, "SMBtrans2", reply_trans2, AS_USER },
+ {SMBtrans2, "SMBtrans2", reply_trans2, AS_USER | CAN_IPC},
{SMBtranss2, "SMBtranss2", reply_transs2, AS_USER},
/* NT PROTOCOL FOLLOWS */