diff options
| author | Volker Lendecke <vlendec@samba.org> | 2007-08-14 15:26:54 +0000 |
|---|---|---|
| committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:43 -0500 |
| commit | 06ed827edf3fa210aebeea2e1e059fde090159fa (patch) | |
| tree | 47a2916439e5132756d59c7be2bebaeadb4030cd /source3/smbd/process.c | |
| parent | 36a85969f92fe976a3e698d590b5a102e0593fc2 (diff) | |
| download | samba-06ed827edf3fa210aebeea2e1e059fde090159fa.tar.gz samba-06ed827edf3fa210aebeea2e1e059fde090159fa.tar.xz samba-06ed827edf3fa210aebeea2e1e059fde090159fa.zip | |
r24417: Convert reply_setatr to the new API
(This used to be commit 56bab5ea4cbcf8e46101053bd68f66691fd737c5)
Diffstat (limited to 'source3/smbd/process.c')
| -rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index b49945eafc..883c39c532 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -699,7 +699,7 @@ static const struct smb_message_struct { /* 0x06 */ { "SMBunlink",NULL,reply_unlink,AS_USER | NEED_WRITE }, /* 0x07 */ { "SMBmv",NULL,reply_mv,AS_USER | NEED_WRITE }, /* 0x08 */ { "SMBgetatr",NULL,reply_getatr,AS_USER}, -/* 0x09 */ { "SMBsetatr",reply_setatr,NULL,AS_USER | NEED_WRITE}, +/* 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 }, /* 0x0c */ { "SMBlock",reply_lock,NULL,AS_USER}, |
