hopefully removed some warnings
authorvenaas <venaas>
Wed, 24 Sep 2008 13:23:10 +0000 (13:23 +0000)
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Wed, 24 Sep 2008 13:23:10 +0000 (13:23 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@403 e88ac4ed-0b26-0410-9574-a7f39faa03bf

tls.c

diff --git a/tls.c b/tls.c
index 111e198..efff7a9 100644 (file)
--- a/tls.c
+++ b/tls.c
@@ -324,7 +324,7 @@ void tlsserverrd(struct client *client) {
 void *tlsservernew(void *arg) {
     int s;
     struct sockaddr_storage from;
-    socklent_t fromlen = sizeof(from);
+    socklen_t fromlen = sizeof(from);
     struct clsrvconf *conf;
     struct list_node *cur = NULL;
     SSL *ssl = NULL;