diff options
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |