diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index eeefaed..d37967f 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -104,7 +104,7 @@ struct client { SSL *ssl; struct queue *replyq; struct queue *rbios; /* for dtls */ - struct sockaddr_storage addr; /* for dtls */ + struct sockaddr *addr; /* for udp */ }; struct server { |