Merge "Migrate to openssl3" into tizen accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_8.0 accepted/tizen/8.0/unified/20231011.152816 accepted/tizen/unified/20231005.030722 tizen_8.0_m2_release
authorDariusz Michaluk <d.michaluk@samsung.com>
Fri, 18 Aug 2023 11:37:01 +0000 (11:37 +0000)
committerGerrit Code Review <gerrit@review>
Fri, 18 Aug 2023 11:37:01 +0000 (11:37 +0000)
server/internal-encryption.cpp

index 58edac5..64dd612 100644 (file)
@@ -262,7 +262,7 @@ void stopSystemdUnits()
                }
        }
 
-       for (auto unit : unitsToStop) {
+       for (auto &unit : unitsToStop) {
                stopUnit(unit);
        }
 }