From 04327e280984517b1afd38e0fd49696f8b891e3f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 4 May 2010 22:38:23 +0200 Subject: [PATCH] tsocket: Added the warning again to tsocket_address_bsd_sockaddr. --- lib/tsocket/tsocket.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h index 7d6a174748c..3aa90a93c29 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, -- 2.11.4.GIT