From 1fd1e2ba581c8ac67ba63fbb889fbedcc65bfbb9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 20 Jun 2006 07:05:51 +0000 Subject: r16407: add parsing code the SMB2 GetInfo in the server metze (This used to be commit c4755c83c61c0cc822c69cd274056ec20ba66fdb) --- source4/smb_server/smb2/fileio.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'source4/smb_server/smb2/fileio.c') diff --git a/source4/smb_server/smb2/fileio.c b/source4/smb_server/smb2/fileio.c index f873841e97..d42fb06f46 100644 --- a/source4/smb_server/smb2/fileio.c +++ b/source4/smb_server/smb2/fileio.c @@ -251,18 +251,3 @@ void smb2srv_notify_recv(struct smb2srv_request *req) { smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED); } - -void smb2srv_getinfo_recv(struct smb2srv_request *req) -{ - smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED); -} - -void smb2srv_setinfo_recv(struct smb2srv_request *req) -{ - smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED); -} - -void smb2srv_break_recv(struct smb2srv_request *req) -{ - smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED); -} -- cgit