server: Don't return an error if the created window station already exists.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2016-02-02 21:46:46 +09:00
parent bc0bf9e505
commit a69d7b29e3
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ static struct winstation *create_winstation( struct directory *root, const struc
return NULL;
}
}
else clear_error();
}
return winstation;
}