diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-08-14 19:45:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:46 -0500 |
commit | 591669ba066cde377c0c14e3473f23b35530b4ba (patch) | |
tree | 093f5a20e9a25475b802b880d87f675a652a5d18 /source3/smbd/process.c | |
parent | 4a989dac81372a8829d3769633c46fcba6e798f3 (diff) | |
download | samba-591669ba066cde377c0c14e3473f23b35530b4ba.tar.gz samba-591669ba066cde377c0c14e3473f23b35530b4ba.tar.xz samba-591669ba066cde377c0c14e3473f23b35530b4ba.zip |
r24431: Convert the reply_printXX calls to the new API
(This used to be commit e528479f56bc936cc60eb95c9738a48de48dbd05)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r-- | source3/smbd/process.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 6751272567..be311b4135 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -882,10 +882,10 @@ static const struct smb_message_struct { /* 0xbd */ { NULL, NULL, NULL, 0 }, /* 0xbe */ { NULL, NULL, NULL, 0 }, /* 0xbf */ { NULL, NULL, NULL, 0 }, -/* 0xc0 */ { "SMBsplopen",reply_printopen,NULL,AS_USER}, -/* 0xc1 */ { "SMBsplwr",reply_printwrite,NULL,AS_USER}, -/* 0xc2 */ { "SMBsplclose",reply_printclose,NULL,AS_USER}, -/* 0xc3 */ { "SMBsplretq",reply_printqueue,NULL,AS_USER}, +/* 0xc0 */ { "SMBsplopen",NULL,reply_printopen,AS_USER}, +/* 0xc1 */ { "SMBsplwr",NULL,reply_printwrite,AS_USER}, +/* 0xc2 */ { "SMBsplclose",NULL,reply_printclose,AS_USER}, +/* 0xc3 */ { "SMBsplretq",NULL,reply_printqueue,AS_USER}, /* 0xc4 */ { NULL, NULL, NULL, 0 }, /* 0xc5 */ { NULL, NULL, NULL, 0 }, /* 0xc6 */ { NULL, NULL, NULL, 0 }, |