summaryrefslogtreecommitdiff
path: root/lib/tsocket
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-04 22:38:23 +0200
committerAndreas Schneider <asn@samba.org>2010-05-05 09:25:21 +0200
commit04327e280984517b1afd38e0fd49696f8b891e3f (patch)
treeff5e80ccdc89d6313c0913021204fd5d43289266 /lib/tsocket
parent91e4a1760dee22e9a40ca52f1e5a1b549d9e066d (diff)
downloadsamba-04327e280984517b1afd38e0fd49696f8b891e3f.tar.gz
samba-04327e280984517b1afd38e0fd49696f8b891e3f.tar.bz2
samba-04327e280984517b1afd38e0fd49696f8b891e3f.zip
tsocket: Added the warning again to tsocket_address_bsd_sockaddr.
Diffstat (limited to 'lib/tsocket')
-rw-r--r--lib/tsocket/tsocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h
index 7d6a174748..3aa90a93c2 100644
--- a/lib/tsocket/tsocket.h
+++ b/lib/tsocket/tsocket.h
@@ -919,6 +919,9 @@ ssize_t tsocket_address_bsd_sockaddr(const struct tsocket_address *addr,
* return;
* }
* @endcode
+ *
+ * @warning This is an internal function. You should read the code to fully
+ * understand it if you plan to use it.
*/
int tstream_bsd_existing_socket(TALLOC_CTX *mem_ctx,
int fd,