1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

r3600: fixed two debug typos

This commit is contained in:
Andrew Tridgell
2004-11-07 12:52:53 +00:00
committed by Gerald (Jerry) Carter
parent 151dd4593d
commit d0149b173f

View File

@@ -771,7 +771,7 @@ static NTSTATUS dcerpc_pipe_connect_ncacn_np(struct dcerpc_pipe **p,
talloc_destroy(mem_ctx); talloc_destroy(mem_ctx);
return status; return status;
} }
DEBUG(1,("Mapped to DCERPC/TCP pipe %s\n", binding->endpoint)); DEBUG(1,("Mapped to DCERPC/NP pipe %s\n", binding->endpoint));
} }
pipe_name = binding->endpoint; pipe_name = binding->endpoint;
@@ -867,7 +867,7 @@ static NTSTATUS dcerpc_pipe_connect_ncalrpc(struct dcerpc_pipe **p,
talloc_destroy(mem_ctx); talloc_destroy(mem_ctx);
return status; return status;
} }
DEBUG(1,("Mapped to DCERPC/TCP identifier %s\n", binding->endpoint)); DEBUG(1,("Mapped to DCERPC/LRPC identifier %s\n", binding->endpoint));
} }
status = dcerpc_pipe_open_pipe(p, binding->endpoint); status = dcerpc_pipe_open_pipe(p, binding->endpoint);