]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Not needed
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 1 Feb 2020 20:21:54 +0000 (15:21 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 1 Feb 2020 20:21:54 +0000 (15:21 -0500)
src/lib/server/connection.c
src/lib/server/connection.h

index 9b62545b4f4735910f2a3b01af6e096fbe2226bd..874dfa9335da8361d7602871c0ee7538474b6ab9 100644 (file)
@@ -1230,18 +1230,6 @@ int fr_connection_signal_on_fd(fr_connection_t *conn, int fd)
        return 0;
 }
 
-/** Set the handle associated with a connection
- *
- * Will not free the previous handle.  This must be done manually.
- *
- * @param[in] conn     to set fd for.
- * @param[in] handle   to set.
- */
-void fr_connection_set_handle(fr_connection_t *conn, void *handle)
-{
-       conn->pub.h = handle;
-}
-
 /** Close a connection if it's freed
  *
  * @param[in] conn to free.
index d037d0a3cf4e57198e944594256a31f204c055e3..ae7dcf3faf7f35c59de59ec2f289ba774c33fc03 100644 (file)
@@ -230,12 +230,6 @@ void                       fr_connection_signal_halt(fr_connection_t *conn);
 int                    fr_connection_signal_on_fd(fr_connection_t *conn, int fd);
 /** @} */
 
-/** @name Modify the connection handle
- * @{
- */
-void                   fr_connection_set_handle(fr_connection_t *conn, void *handle);
-/** @} */
-
 /** @name Allocate a new connection
  * @{
  */