diff options
author | venaas <venaas> | 2008-09-24 13:23:10 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-24 13:23:10 +0000 |
commit | fcbc61400c17d963bcdc546192520869058ac171 (patch) | |
tree | 8498f50bd84c30d7196f3d357fe0f57256c104e7 | |
parent | 0b51bba22866942987ba5a0e44fd0bc98f4a355b (diff) |
hopefully removed some warnings
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@403 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |