Commit a69d7b29 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent bc0bf9e5
......@@ -125,6 +125,7 @@ static struct winstation *create_winstation( struct directory *root, const struc
return NULL;
}
}
else clear_error();
}
return winstation;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment