提交 85d5fb19 编写于 作者: W Wen Congyang 提交者: Eric Blake

correct the signal's name

The signal's name is wrong...
Signed-off-by: NWen Congyang <wency@cn.fujitsu.com>
上级 e19cdbfc
...@@ -365,10 +365,10 @@ int vshRunConsole(virDomainPtr dom, const char *devname) ...@@ -365,10 +365,10 @@ int vshRunConsole(virDomainPtr dom, const char *devname)
} }
/* Restore original signal handlers */ /* Restore original signal handlers */
signal(SIGQUIT, old_sigpipe); signal(SIGPIPE, old_sigpipe);
signal(SIGQUIT, old_sighup); signal(SIGHUP, old_sighup);
signal(SIGQUIT, old_sigint); signal(SIGINT, old_sigint);
signal(SIGQUIT, old_sigterm); signal(SIGTERM, old_sigterm);
signal(SIGQUIT, old_sigquit); signal(SIGQUIT, old_sigquit);
resettty: resettty:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册