summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-12-17 03:38:06 +0000
committerTim Potter <tpot@samba.org>2003-12-17 03:38:06 +0000
commita2ec4b990defee9c67579ef247faebac178d9efd (patch)
treec0344d637449a518c9db073c5d1b551873d38349
parentaa4aa0f99f81ea9eb9c3bfefafe8faa2b4b44c83 (diff)
downloadsamba-a2ec4b990defee9c67579ef247faebac178d9efd.tar.gz
samba-a2ec4b990defee9c67579ef247faebac178d9efd.tar.bz2
samba-a2ec4b990defee9c67579ef247faebac178d9efd.zip
Fix typo.
(This used to be commit 3f1b781c5659361d7e9cc3ab2072e1462d40df55)
-rw-r--r--source4/librpc/rpc/dcerpc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index e4e67b3cf0..4e6cb20b74 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -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,