summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-03 13:34:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:15 -0500
commite2f0b5dd2afa60a9ba2239f9ad7da8a2363baea6 (patch)
treef950fedd216241ea828e4aa739d0e83f5e93d325 /source3/smbd/process.c
parent675a484670fd778947661c9227b332c035fe1cf8 (diff)
downloadsamba-e2f0b5dd2afa60a9ba2239f9ad7da8a2363baea6.tar.gz
samba-e2f0b5dd2afa60a9ba2239f9ad7da8a2363baea6.tar.bz2
samba-e2f0b5dd2afa60a9ba2239f9ad7da8a2363baea6.zip
r24156: Convert reply_trans2 to the new API
(This used to be commit a9c2d75b42be8b0d89ed1e1a2ce2c6ab4284f5ea)
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 54a1ef17b1..0076cfcad7 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -738,7 +738,7 @@ static const struct smb_message_struct {
/* 0x2f */ { "SMBwriteX",reply_write_and_X,NULL,AS_USER | CAN_IPC },
/* 0x30 */ { NULL, NULL, NULL, 0 },
/* 0x31 */ { NULL, NULL, NULL, 0 },
-/* 0x32 */ { "SMBtrans2", reply_trans2,NULL, AS_USER | CAN_IPC },
+/* 0x32 */ { "SMBtrans2", NULL,reply_trans2, AS_USER | CAN_IPC },
/* 0x33 */ { "SMBtranss2", reply_transs2,NULL, AS_USER},
/* 0x34 */ { "SMBfindclose", reply_findclose,NULL,AS_USER},
/* 0x35 */ { "SMBfindnclose", reply_findnclose,NULL, AS_USER},