Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed Dec 28, 2024
1 parent 433043f commit 8505e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/desktop/custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func setup(baseDir *C.char, workingDir *C.char, tempDir *C.char, mode C.int, lis
Listen: C.GoString(listen),
Secret: C.GoString(secret),
}
err := hcore.Setup(&params)
err := hcore.Setup(&params, nil)
return emptyOrErrorC(err)
}

Expand Down

0 comments on commit 8505e47

Please sign in to comment.