X-Git-Url: http://git.samba.org/samba.git/?p=bbaumbach%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source%2Flibrpc%2Frpc%2Fdcerpc_connect.c;h=fba0ae0c02456f88bd0759032547e2b1188be542;hp=5ef8216d0b85ae14df33324fcfe8f9e503c96c86;hb=d70ec77b00e542cc4b8c2bd7d27fe5940623abc5;hpb=5b9b9dd5303300778bb9e6d0479ab03fdd70c67d diff --git a/source/librpc/rpc/dcerpc_connect.c b/source/librpc/rpc/dcerpc_connect.c index 5ef8216d0b8..fba0ae0c024 100644 --- a/source/librpc/rpc/dcerpc_connect.c +++ b/source/librpc/rpc/dcerpc_connect.c @@ -742,9 +742,7 @@ static void dcerpc_connect_timeout_handler(struct event_context *ev, struct time struct timeval t, void *private) { struct composite_context *c = talloc_get_type(private, struct composite_context); - DEBUG(0,("DCERPC CONNECT TIMEOUT\n")); composite_error(c, NT_STATUS_IO_TIMEOUT); - composite_done(c); } /*