We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e07a8 commit f1b89d8Copy full SHA for f1b89d8
src/main/java/org/keepassxc/WindowsConnection.java
@@ -24,7 +24,7 @@ public class WindowsConnection extends Connection {
24
@Override
25
public void connect() throws IOException {
26
try {
27
- this.pipe = new RandomAccessFile("\\\\.\\pipe\\" + PROXY_NAME + "_" + System.getenv("USERNAME"),
+ pipe = new RandomAccessFile("\\\\.\\pipe\\" + PROXY_NAME + "_" + System.getenv("USERNAME"),
28
"rw");
29
} catch (FileNotFoundException e) {
30
log.error("Cannot connect to proxy. Is KeepassXC started?");
0 commit comments