mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[interlink] trigger was unitialized
(cherry picked from commit 10555292b45e6d2e71d7576a7dd4265eaa4c43d7)
This commit is contained in:
parent
50841ff75f
commit
0d10fd3857
@ -506,7 +506,7 @@ int
|
||||
init_interlink(void)
|
||||
{
|
||||
int pipefds[2];
|
||||
char trigger;
|
||||
char trigger = 0;
|
||||
ssize_t n;
|
||||
int fd = connect_to_af_unix();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user