diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-08-14 20:02:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:46 -0500 |
commit | 2ea14d4e987e9cad627e4a66eb20ab545305b965 (patch) | |
tree | 92640cc0372a4aa5161c7e359d09b581326f183b /source3/smbd/process.c | |
parent | 201f0e1ce405273ffc19d280f91d8eee17bdaaec (diff) | |
download | samba-2ea14d4e987e9cad627e4a66eb20ab545305b965.tar.gz samba-2ea14d4e987e9cad627e4a66eb20ab545305b965.tar.xz samba-2ea14d4e987e9cad627e4a66eb20ab545305b965.zip |
r24433: Convert reply_ntrename to the new API
(This used to be commit 42b07a52b9f4fe147426e9156958cb4d33691678)
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 be311b4135..837991f2ee 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -855,7 +855,7 @@ static const struct smb_message_struct { /* 0xa2 */ { "SMBntcreateX", NULL,reply_ntcreate_and_X, AS_USER | CAN_IPC }, /* 0xa3 */ { NULL, NULL, NULL, 0 }, /* 0xa4 */ { "SMBntcancel", NULL,reply_ntcancel, 0 }, -/* 0xa5 */ { "SMBntrename", reply_ntrename,NULL, AS_USER | NEED_WRITE }, +/* 0xa5 */ { "SMBntrename", NULL,reply_ntrename, AS_USER | NEED_WRITE }, /* 0xa6 */ { NULL, NULL, NULL, 0 }, /* 0xa7 */ { NULL, NULL, NULL, 0 }, /* 0xa8 */ { NULL, NULL, NULL, 0 }, |