server: Don't return an error if the created window station already exists.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bc0bf9e505
commit
a69d7b29e3
|
@ -125,6 +125,7 @@ static struct winstation *create_winstation( struct directory *root, const struc
|
|||
return NULL;
|
||||
}
|
||||
}
|
||||
else clear_error();
|
||||
}
|
||||
return winstation;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue