1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

Fix typo.

(This used to be commit 3f1b781c56)
This commit is contained in:
Tim Potter 2003-12-17 03:38:06 +00:00
parent aa4aa0f99f
commit a2ec4b990d

View File

@ -421,7 +421,7 @@ NTSTATUS dcerpc_parse_binding(TALLOC_CTX *mem_ctx, const char *s, struct dcerpc_
}
/* open a rpc connection to a rpc pipe on SMP using the binding
/* open a rpc connection to a rpc pipe on SMB using the binding
structure to determine the endpoint and options */
static NTSTATUS dcerpc_pipe_connect_ncacn_np(struct dcerpc_pipe **p,
struct dcerpc_binding *binding,