diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-11 09:07:45 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-11 09:07:45 +0000 |
commit | fcc4efd1ea637c810eed8444080b87d7f92c837a (patch) | |
tree | 9f72b2b7b5780acc182e84532a54ae6dc26afb3a /source4/smbd/reply.c | |
parent | e5ed18db65f33ef0b0151fc34b02e049b14d1ecd (diff) | |
download | samba-fcc4efd1ea637c810eed8444080b87d7f92c837a.tar.gz samba-fcc4efd1ea637c810eed8444080b87d7f92c837a.tar.bz2 samba-fcc4efd1ea637c810eed8444080b87d7f92c837a.zip |
the next step in the dcerpc server code. Added the link between the
IPC IO routines and the dcerpc endpoint servers.
(This used to be commit 4929c53bc8dddda8a763fdfbcf81a79776d01113)
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) |