diff options
Diffstat (limited to 'lib/libradsec-levent.h')
-rw-r--r-- | lib/libradsec-levent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradsec-levent.h b/lib/libradsec-levent.h index f79816c..4189dfc 100644 --- a/lib/libradsec-levent.h +++ b/lib/libradsec-levent.h @@ -7,7 +7,7 @@ #include "libradsec.h" struct rs_connection { - struct rs_config *conf; + struct rs_handle *conf; struct sockaddr_storage addr; char open_flag; }; |