Remove unneccessary printfs
This commit is contained in:
parent
e18ba2183d
commit
f7bd9d5478
1 changed files with 1 additions and 5 deletions
6
nmrp.c
6
nmrp.c
|
|
@ -609,11 +609,7 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
printf("Executing '%s' ... ", args->tftpcmd);
|
printf("Executing '%s' ... ", args->tftpcmd);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
status = system(args->tftpcmd);
|
status = system(args->tftpcmd);
|
||||||
if (!status) {
|
printf("\n");
|
||||||
printf("OK\n");
|
|
||||||
} else {
|
|
||||||
printf("ERR\n");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!status && args->file_local) {
|
if (!status && args->file_local) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue