Skip to content

Commit 29f0a85

Browse files
jonbartelsCopilot
andauthored
Update server/src/com/mirth/connect/server/controllers/DefaultConfigurationController.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jon Bartels <jonathan.bartels@gmail.com>
1 parent 8b1a164 commit 29f0a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/com/mirth/connect/server/controllers/DefaultConfigurationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ public void initializeSecuritySettings() {
12661266
dirtiedKeystore |= generateDefaultCertificate(provider, keyStore, keyPassword);
12671267

12681268
// only re-write the keystore if it was changed
1269-
if(dirtiedKeystore) {
1269+
if (dirtiedKeystore) {
12701270
fos = new FileOutputStream(keyStoreFile);
12711271
keyStore.store(fos, keyStorePassword);
12721272
}

0 commit comments

Comments
 (0)