termio: fix use of uninitialized variable

This commit is contained in:
Boris Faure 2018-12-22 23:49:14 +01:00
parent 3f1de6baba
commit 070450aadd
1 changed files with 1 additions and 0 deletions

View File

@ -1172,6 +1172,7 @@ _cb_link_down(void *data,
if (hl) if (hl)
{ {
raw_link = hl->url; raw_link = hl->url;
len = strlen(hl->url);
} }
else else
{ {