summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-03-10 10:59:14 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-03-10 10:59:14 +1100
commitc218d3e1173355acf025471a10b4b6425b9c086b (patch)
tree3e5be3c411ebe2575914f7866c91bad81f711154 /source3/include/client.h
parent6ac77d19b5a25a53459a58e4828fa9eac0bf11f4 (diff)
parent218ce0e80532b0dbc595e72502d9596a35acdffd (diff)
downloadsamba-c218d3e1173355acf025471a10b4b6425b9c086b.tar.gz
samba-c218d3e1173355acf025471a10b4b6425b9c086b.tar.bz2
samba-c218d3e1173355acf025471a10b4b6425b9c086b.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schema
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index d62d1c05d2..646d54aa05 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);