tst: passthrough-cpp: minor fix

This commit is contained in:
Bill Zissimopoulos 2017-03-30 12:08:11 -07:00
parent b70337bac3
commit c137d49dcd

View File

@ -750,7 +750,7 @@ static ULONG wcstol_deflt(wchar_t *w, ULONG deflt)
return L'\0' != w[0] && L'\0' == *endp ? ul : deflt;
}
PTFS_SERVICE::PTFS_SERVICE() : Fsp::Service(L"" PROGNAME)
PTFS_SERVICE::PTFS_SERVICE() : Fsp::Service(L"" PROGNAME), _Ptfs(0)
{
}