Skip to content

Commit dbf07b3

Browse files
committed
ipc: Do not log password in .ipc.outbound if .ipc.cfg.logPasswordsDuringConnect is false [#24]
1 parent 909aa56 commit dbf07b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipc.q

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
.log.info "Successfully connected to ",logHostPort," on handle ",string h;
105105

106-
`.ipc.outbound upsert (h; .type.ensureHostPortSymbol hostPort; .time.now[]);
106+
`.ipc.outbound upsert (h; `$logHostPort; .time.now[]);
107107

108108
:h;
109109
};

0 commit comments

Comments
 (0)