sysctl: eliminate a warning of '-Wmaybe-uninitialized'
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
2f00186730
commit
4b4dfd57aa
2
sysctl.c
2
sysctl.c
@ -890,7 +890,7 @@ int main(int argc, char *argv[])
|
|||||||
bool preloadfileOpt = false;
|
bool preloadfileOpt = false;
|
||||||
int ReturnCode = 0;
|
int ReturnCode = 0;
|
||||||
int c;
|
int c;
|
||||||
int rc;
|
int rc = 0;
|
||||||
const char *preloadfile = NULL;
|
const char *preloadfile = NULL;
|
||||||
SettingList *setlist;
|
SettingList *setlist;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user