From: Maxim Mamontov Date: Sat, 18 Dec 2010 14:05:34 +0000 (+0200) Subject: У консольному конфігураторі проведена ініціалізація полів структури X-Git-Tag: 2.407-rc3~267 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/15cd196134f4cf57907ba7c60f1fcd468c0fc6d1 У консольному конфігураторі проведена ініціалізація полів структури REQUEST у конструкторі --- diff --git a/projects/sgconf/request.h b/projects/sgconf/request.h index dbd7d6db..2f2408ca 100644 --- a/projects/sgconf/request.h +++ b/projects/sgconf/request.h @@ -46,6 +46,9 @@ struct REQUEST { REQUEST() + : chgTariff(false), + createUser(false), + deleteUser(false) { for (int i = 0; i < DIR_NUM; i++) { @@ -55,9 +58,6 @@ REQUEST() for (int i = 0; i < USERDATA_NUM; i++) ud[i].reset(); - - createUser = false; - deleteUser = false; } RESETABLE server;