[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-253-g6b1170c

Volker Lendecke vlendec at samba.org
Mon Mar 9 15:07:53 GMT 2009


The branch, master has been updated
       via  6b1170c9d6f0808767ec573127d98cb636a9e27b (commit)
      from  1410490fe769bc79f98b4ab364685c7aed253e09 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6b1170c9d6f0808767ec573127d98cb636a9e27b
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Mar 9 16:10:59 2009 +0100

    Fix a typo

-----------------------------------------------------------------------

Summary of changes:
 source3/include/client.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/client.h b/source3/include/client.h
index d62d1c0..646d54a 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -104,7 +104,7 @@ struct rpc_cli_transport {
 					uint32_t max_rdata_len,
 					void *priv);
 	/**
-	 * Get the result from the read_send operation.
+	 * Get the result from the trans_send operation.
 	 */
 	NTSTATUS (*trans_recv)(struct async_req *req, TALLOC_CTX *mem_ctx,
 			       uint8_t **prdata, uint32_t *prdata_len);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list