Fix static analysis issue 80/295380/2 accepted/tizen/unified/20230712.040715
authorTomasz Swierczek <t.swierczek@samsung.com>
Thu, 6 Jul 2023 07:53:18 +0000 (09:53 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Thu, 6 Jul 2023 08:30:21 +0000 (08:30 +0000)
Change-Id: I7819ebf0e53e70ed94440affe29db0ea2c8cbedf

server/internal-encryption.cpp

index 7b86100..58edac5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2015-2019 Samsung Electronics Co., Ltd All Rights Reserved
+ *  Copyright (c) 2015-2023 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -225,7 +225,7 @@ void stopSystemdUnits()
                }
        }
 
-       for (auto unit : preprocessUnits) {
+       for (auto &unit : preprocessUnits) {
                stopUnit(unit);
        }