Properly read StopTimeout from configuration.

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
pull/53/head
Oleg Demchenko 2014-06-21 14:58:32 +04:00 committed by Oleg Nenashev
parent 350fa99749
commit 9a09af2c17
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ namespace winsw
{
get
{
return SingleTimeSpanElement(dom, "stoptimeout", TimeSpan.FromSeconds(15));
return SingleTimeSpanElement(dom.FirstChild, "stoptimeout", TimeSpan.FromSeconds(15));
}
}