sysctl: eliminate a warning of '-Wmaybe-uninitialized'

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2022-01-02 00:00:09 -06:00 committed by Craig Small
parent 2f00186730
commit 4b4dfd57aa

View File

@ -890,7 +890,7 @@ int main(int argc, char *argv[])
bool preloadfileOpt = false;
int ReturnCode = 0;
int c;
int rc;
int rc = 0;
const char *preloadfile = NULL;
SettingList *setlist;