Unverified Commit 202d2ca3 by Stéphane Graber Committed by GitHub

Merge pull request #3174 from Blub/2019-10-29/terminal-init-null-on-error

terminal: return NULL on error in terminal_signal_init
parents 636a2ef2 ce70ff7c
...@@ -174,7 +174,7 @@ on_error: ...@@ -174,7 +174,7 @@ on_error:
ts->sigfd = -1; ts->sigfd = -1;
} }
return ts; return NULL;
} }
void lxc_terminal_signal_fini(struct lxc_terminal *terminal) void lxc_terminal_signal_fini(struct lxc_terminal *terminal)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment