diff options
Diffstat (limited to 'source4/smbd/reply.c')
-rw-r--r-- | source4/smbd/reply.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/smbd/reply.c b/source4/smbd/reply.c index 759ec1ef05..ce203cbf93 100644 --- a/source4/smbd/reply.c +++ b/source4/smbd/reply.c @@ -2169,24 +2169,6 @@ void reply_ulogoffX(struct request_context *req) /**************************************************************************** - Reply to an SMBtrans request -****************************************************************************/ -void reply_trans(struct request_context *req) -{ - req_reply_error(req, NT_STATUS_FOOBAR); -} - - -/**************************************************************************** - Reply to an SMBtranss2 request -****************************************************************************/ -void reply_transs2(struct request_context *req) -{ - req_reply_error(req, NT_STATUS_FOOBAR); -} - - -/**************************************************************************** Reply to an SMBfindclose request ****************************************************************************/ void reply_findclose(struct request_context *req) |