]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
daemon/netlink: fix documentation string
authorVincent Bernat <vincent@bernat.ch>
Mon, 4 Dec 2023 20:54:23 +0000 (21:54 +0100)
committerVincent Bernat <vincent@bernat.ch>
Mon, 4 Dec 2023 20:54:23 +0000 (21:54 +0100)
src/daemon/netlink.c

index a3a2b19b4644b13eb58bb452b49caf8129adf48b..32fee76382fe160d9bf969bcb87fefce7ec4ddf3 100644 (file)
@@ -90,7 +90,6 @@ netlink_socket_set_buffer_size(int s, int optname, const char *optname_str, int
  *
  * Open a Netlink socket and connect to it.
  *
- * @param protocol Which protocol to use (eg NETLINK_ROUTE).
  * @param groups   Which groups we want to subscribe to
  * @return 0 on success, -1 otherwise
  */