tfman: always initialize success

This commit is contained in:
nick black 2024-03-23 05:45:48 -04:00
parent 1995749c4b
commit 83a0ca48bb
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -670,7 +670,7 @@ int main(int argc, char** argv){
if(nc == NULL){
return EXIT_FAILURE;
}
bool success;
bool success = false;
for(int i = 0 ; i < argc - nonopt ; ++i){
success = false;
if(tfman(nc, argv[nonopt + i], noui)){