summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-14 15:09:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:43 -0500
commit73b3ae9c55c5c1b3d20c69ce3571d066556881ed (patch)
tree6d2e12f03be5a4816a035970d0a439653e840992 /source3/smbd/process.c
parent5fe4384cd98237c7e426de8508dfb2b7b29f757f (diff)
downloadsamba-73b3ae9c55c5c1b3d20c69ce3571d066556881ed.tar.gz
samba-73b3ae9c55c5c1b3d20c69ce3571d066556881ed.tar.bz2
samba-73b3ae9c55c5c1b3d20c69ce3571d066556881ed.zip
r24415: Convert reply_getatr to the new API
(This used to be commit 1a08b97a933e25362707cb0d8ba09d733af4cbbf)
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 a03529ed0d..b49945eafc 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -698,7 +698,7 @@ static const struct smb_message_struct {
/* 0x05 */ { "SMBflush",NULL,reply_flush,AS_USER},
/* 0x06 */ { "SMBunlink",NULL,reply_unlink,AS_USER | NEED_WRITE },
/* 0x07 */ { "SMBmv",NULL,reply_mv,AS_USER | NEED_WRITE },
-/* 0x08 */ { "SMBgetatr",reply_getatr,NULL,AS_USER},
+/* 0x08 */ { "SMBgetatr",NULL,reply_getatr,AS_USER},
/* 0x09 */ { "SMBsetatr",reply_setatr,NULL,AS_USER | NEED_WRITE},
/* 0x0a */ { "SMBread",reply_read,NULL,AS_USER},
/* 0x0b */ { "SMBwrite",reply_write,NULL,AS_USER | CAN_IPC },