From: Alan T. DeKok Date: Mon, 16 Oct 2017 19:30:40 +0000 (-0400) Subject: instance isn't 'const' in close X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e6db501e700f902fee77875ccd63c140c9b139f;p=thirdparty%2Ffreeradius-server.git instance isn't 'const' in close --- diff --git a/src/lib/io/application.h b/src/lib/io/application.h index f1472b640b2..a25340058fc 100644 --- a/src/lib/io/application.h +++ b/src/lib/io/application.h @@ -110,7 +110,7 @@ typedef struct fr_app_io_t { fr_io_encode_t encode; //!< Pack VALUE_PAIRs back into a byte array. fr_io_signal_t flush; //!< Flush the data when the socket is ready for writing. fr_io_signal_t error; //!< There was an error on the socket. - fr_io_signal_t close; //!< Close the transport. + fr_io_open_t close; //!< Close the transport. fr_io_nak_t nak; //!< Function to send a NAK. } fr_app_io_t; #endif