diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-07-31 08:56:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:05 -0500 |
commit | d95725370ffb8613828a440a513201520ffb5de3 (patch) | |
tree | a6985968cd84113d273f67343c032d83784fe9ea /source3/smbd/process.c | |
parent | 5e9d12cd3062be663bdcefd0131a88e966c62c60 (diff) | |
download | samba-d95725370ffb8613828a440a513201520ffb5de3.tar.gz samba-d95725370ffb8613828a440a513201520ffb5de3.tar.bz2 samba-d95725370ffb8613828a440a513201520ffb5de3.zip |
r24091: Convert reply_ntcreate_and_X to the new API
The routines called will follow
(This used to be commit 28025fc17efa033515cef94789e518a6615e141f)
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 1fba7e487c..2773779898 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -850,7 +850,7 @@ static const struct smb_message_struct { /* 0x9f */ { NULL, NULL, NULL, 0 }, /* 0xa0 */ { "SMBnttrans", reply_nttrans,NULL, AS_USER | CAN_IPC }, /* 0xa1 */ { "SMBnttranss", reply_nttranss,NULL, AS_USER | CAN_IPC }, -/* 0xa2 */ { "SMBntcreateX", reply_ntcreate_and_X,NULL, AS_USER | CAN_IPC }, +/* 0xa2 */ { "SMBntcreateX", NULL,reply_ntcreate_and_X, AS_USER | CAN_IPC }, /* 0xa3 */ { NULL, NULL, NULL, 0 }, /* 0xa4 */ { "SMBntcancel", reply_ntcancel,NULL, 0 }, /* 0xa5 */ { "SMBntrename", reply_ntrename,NULL, AS_USER | NEED_WRITE }, |