diff options
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 6947f51..af63053 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -217,7 +217,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) { |