]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store_users.cpp
Fight CLang warnings.
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store_users.cpp
index bf6e9e9faa4dbd29b8edd51aae1461db0fab6691..ba21aa618c0f0df9eaf09b0d5625ed2fc4955691 100644 (file)
@@ -336,7 +336,7 @@ try
     st->Execute();
 
     st->Prepare("insert into tb_allowed_ip (fk_user, ip, mask) values (?, ?, ?)");
-    for(size_t j = 0; i < conf.ips.count(); j++)
+    for(size_t j = 0; j < conf.ips.count(); j++)
         {
         st->Set(1, uid);
         st->Set(2, (int32_t)conf.ips[j].ip);