Loading lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -2004,6 +2004,8 @@ static void fix_hostname(struct connectdata *conn, struct hostname *host) host->name = host->encalloc; } } #else (void)conn; /* never used */ #endif } Loading Loading
lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -2004,6 +2004,8 @@ static void fix_hostname(struct connectdata *conn, struct hostname *host) host->name = host->encalloc; } } #else (void)conn; /* never used */ #endif } Loading