summaryrefslogtreecommitdiffstats
path: root/source/pipentlsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/pipentlsa.c')
-rw-r--r--source/pipentlsa.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/pipentlsa.c b/source/pipentlsa.c
index 9cf670e4647..ef0f1b3a129 100644
--- a/source/pipentlsa.c
+++ b/source/pipentlsa.c
@@ -355,13 +355,6 @@ BOOL api_ntLsarpcTNP(int cnum,int uid, char *param,char *data,
smb_io_rpc_hdr_rr(True, &hdr, data, data, 4, 0);
- if (hdr.hdr.pkt_type == RPC_BIND) /* RPC BIND */
- {
- DEBUG(4,("lsarpc rpc bind %x\n", hdr.hdr.pkt_type));
- LsarpcTNP1(data,rdata,rdata_len);
- return True;
- }
-
DEBUG(4,("lsarpc TransactNamedPipe op %x\n",hdr.opnum));
switch (hdr.opnum)