summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-14 18:16:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:45 -0500
commit7c25bf4511161cb7d3da8c27ca74b73c02b8841f (patch)
treeea15e0f5a5fe8dede5989aa1b67951e87a1a2ad5 /source3/smbd/process.c
parent3e00e2e9cecb829edf0a1d780abe78346d13ed2f (diff)
downloadsamba-7c25bf4511161cb7d3da8c27ca74b73c02b8841f.tar.gz
samba-7c25bf4511161cb7d3da8c27ca74b73c02b8841f.tar.bz2
samba-7c25bf4511161cb7d3da8c27ca74b73c02b8841f.zip
r24425: Convert reply_write to the new API
(This used to be commit 244965f7b67becb85774311e6ce84318d554384d)
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 fe6da4b265..c84f4b2dee 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -701,7 +701,7 @@ static const struct smb_message_struct {
/* 0x08 */ { "SMBgetatr",NULL,reply_getatr,AS_USER},
/* 0x09 */ { "SMBsetatr",NULL,reply_setatr,AS_USER | NEED_WRITE},
/* 0x0a */ { "SMBread",reply_read,NULL,AS_USER},
-/* 0x0b */ { "SMBwrite",reply_write,NULL,AS_USER | CAN_IPC },
+/* 0x0b */ { "SMBwrite",NULL,reply_write,AS_USER | CAN_IPC },
/* 0x0c */ { "SMBlock",reply_lock,NULL,AS_USER},
/* 0x0d */ { "SMBunlock",reply_unlock,NULL,AS_USER},
/* 0x0e */ { "SMBctemp",NULL,reply_ctemp,AS_USER },