mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Specify directory to load certificate data from
This commit is contained in:
@@ -289,7 +289,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
PSERVER_DATA server;
|
||||
if (gs_init(server, address) != GS_OK) {
|
||||
if (gs_init(server, address, ".") != GS_OK) {
|
||||
fprintf(stderr, "Can't connect to server %s\n", address);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user