aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-07-28 12:36:21 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-07-28 13:58:48 +0200
commitb20d852a95b8f90018e80ef16995c613a5f251f2 (patch)
treecfcc8ee05cf1b7c5a5e2072b500d6dc3967f5234
parent03a421359d88f6d0a9b74206b6c41865942a384f (diff)
socket: osmo_sock_local_ip: correct doxygen comment
There is no parameter fd. Change-Id: I1e31fcbf40d8abf99214b87e70e867b5ab66bd75
-rw-r--r--src/socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.c b/src/socket.c
index 503ceaf4..7fa9ab3c 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1286,7 +1286,6 @@ int osmo_sock_mcast_subscribe(int fd, const char *grp_addr)
/*! Determine the matching local IP-address for a given remote IP-Address.
* \param[out] local_ip caller provided memory for resulting local IP-address
* \param[in] remote_ip remote IP-address
- * \param[in] fd file descriptor of related scoket
* \returns 0 on success; negative otherwise
*
* The function accepts IPv4 and IPv6 address strings. The caller must provide