From 5edcc342c6b24e41fed826c13a257929f4071668 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 14 Aug 2007 21:32:52 +0000 Subject: r24443: Convert reply_search/fclose to the new API (This used to be commit a8a33c377e38046b4103cf1d59032b97ab6bac9a) --- source3/smbd/process.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/smbd/process.c') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index ad6ddba737..7f307ade63 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -819,10 +819,10 @@ static const struct smb_message_struct { /* 0x7e */ { NULL, NULL, NULL, 0 }, /* 0x7f */ { NULL, NULL, NULL, 0 }, /* 0x80 */ { "SMBdskattr",NULL,reply_dskattr,AS_USER}, -/* 0x81 */ { "SMBsearch",reply_search,NULL,AS_USER}, -/* 0x82 */ { "SMBffirst",reply_search,NULL,AS_USER}, -/* 0x83 */ { "SMBfunique",reply_search,NULL,AS_USER}, -/* 0x84 */ { "SMBfclose",reply_fclose,NULL,AS_USER}, +/* 0x81 */ { "SMBsearch",NULL,reply_search,AS_USER}, +/* 0x82 */ { "SMBffirst",NULL,reply_search,AS_USER}, +/* 0x83 */ { "SMBfunique",NULL,reply_search,AS_USER}, +/* 0x84 */ { "SMBfclose",NULL,reply_fclose,AS_USER}, /* 0x85 */ { NULL, NULL, NULL, 0 }, /* 0x86 */ { NULL, NULL, NULL, 0 }, /* 0x87 */ { NULL, NULL, NULL, 0 }, -- cgit