From 429f148947a0b044cf799730ce2b11f8c6f5bdbe Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 25 Jul 2008 11:07:46 +0000 Subject: removing harmless compiler warning git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@327 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radsecproxy.c b/radsecproxy.c index 935b192..b17464a 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -142,7 +142,7 @@ static int verify_cb(int ok, X509_STORE_CTX *ctx) { int resolvepeer(struct clsrvconf *conf, int ai_flags) { struct addrinfo hints, *addrinfo, *res; char *slash, *s; - int plen; + int plen = 0; slash = conf->host ? strchr(conf->host, '/') : NULL; if (slash) { -- cgit v1.1