summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-03 14:02:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:15 -0500
commit1d8851f4c734b65312baae042d12c014a8fe88c5 (patch)
tree8ab192104afcfed0006c6ab96ced8d3073be8f13 /source3/smbd/process.c
parentcdd140fe2774c1e65cdf43091a746ad2ef0fd3e7 (diff)
downloadsamba-1d8851f4c734b65312baae042d12c014a8fe88c5.tar.gz
samba-1d8851f4c734b65312baae042d12c014a8fe88c5.tar.bz2
samba-1d8851f4c734b65312baae042d12c014a8fe88c5.zip
r24159: Convert reply_transs2 to the new API
(This used to be commit a55a4d71ffe9ff1395e02f8bb3ad88fe5132fe99)
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 0076cfcad7..df86970ca8 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -739,7 +739,7 @@ static const struct smb_message_struct {
/* 0x30 */ { NULL, NULL, NULL, 0 },
/* 0x31 */ { NULL, NULL, NULL, 0 },
/* 0x32 */ { "SMBtrans2", NULL,reply_trans2, AS_USER | CAN_IPC },
-/* 0x33 */ { "SMBtranss2", reply_transs2,NULL, AS_USER},
+/* 0x33 */ { "SMBtranss2", NULL,reply_transs2, AS_USER},
/* 0x34 */ { "SMBfindclose", reply_findclose,NULL,AS_USER},
/* 0x35 */ { "SMBfindnclose", reply_findnclose,NULL, AS_USER},
/* 0x36 */ { NULL, NULL, NULL, 0 },