diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-08-14 15:42:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:44 -0500 |
commit | dee4ab15338841469729c794275eea158079e076 (patch) | |
tree | 8a510bce97ba667771ff3c126e0c9555666e4606 /source3/smbd/process.c | |
parent | 1ba6b7169121f4e363abf51ca6f714c62b200583 (diff) | |
download | samba-dee4ab15338841469729c794275eea158079e076.tar.gz samba-dee4ab15338841469729c794275eea158079e076.tar.xz samba-dee4ab15338841469729c794275eea158079e076.zip |
r24422: Convert reply_ctemp to the new API
(This used to be commit 3cc22fd74f0ffc72f4340a963b4eca7178be2192)
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 883c39c5323..12417414497 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -704,7 +704,7 @@ static const struct smb_message_struct { /* 0x0b */ { "SMBwrite",reply_write,NULL,AS_USER | CAN_IPC }, /* 0x0c */ { "SMBlock",reply_lock,NULL,AS_USER}, /* 0x0d */ { "SMBunlock",reply_unlock,NULL,AS_USER}, -/* 0x0e */ { "SMBctemp",reply_ctemp,NULL,AS_USER }, +/* 0x0e */ { "SMBctemp",NULL,reply_ctemp,AS_USER }, /* 0x0f */ { "SMBmknew",NULL,reply_mknew,AS_USER}, /* 0x10 */ { "SMBcheckpath",NULL,reply_checkpath,AS_USER}, /* 0x11 */ { "SMBexit",NULL,reply_exit,DO_CHDIR}, |