Skip to content

Commit f1b89d8

Browse files
committed
Code cleanup
1 parent a6e07a8 commit f1b89d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/keepassxc/WindowsConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class WindowsConnection extends Connection {
2424
@Override
2525
public void connect() throws IOException {
2626
try {
27-
this.pipe = new RandomAccessFile("\\\\.\\pipe\\" + PROXY_NAME + "_" + System.getenv("USERNAME"),
27+
pipe = new RandomAccessFile("\\\\.\\pipe\\" + PROXY_NAME + "_" + System.getenv("USERNAME"),
2828
"rw");
2929
} catch (FileNotFoundException e) {
3030
log.error("Cannot connect to proxy. Is KeepassXC started?");

0 commit comments

Comments
 (0)