On Fri, 29 Sep 2017 17:11:22 +0800 Chen Hanxiao <[email protected]> wrote:
> From: Chen Hanxiao <[email protected]> > > On some of windows (win08 sp2), > it doesn't work by calling LookupAccountSidW with > well-known SIDs, > We got an error: > error 997 overlapped I/O operation is in progress > > But hardcoded names work. > > This patch introduces a workaroud for this issue: > if LookupAccountSidW failed, try hardcoded one. > > Signed-off-by: Chen Hanxiao <[email protected]> > --- > qga/vss-win32/install.cpp | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > I wonder if it's caused by qga itself or a race/conflict with some other app. But still... Reviewed-by: Tomáš Golembiovský <[email protected]> -- Tomáš Golembiovský <[email protected]>
