Less confusing message for TFTP_UL_REQ w/o filename
This commit is contained in:
parent
52786623bf
commit
50bb426cce
1 changed files with 1 additions and 1 deletions
2
nmrp.c
2
nmrp.c
|
|
@ -649,7 +649,7 @@ int nmrp_do(struct nmrpd_args *args)
|
|||
} else if (!args->file_remote) {
|
||||
args->file_remote = leafname(args->file_local);
|
||||
if (!args->blind) {
|
||||
printf("Received upload request without filename.\n");
|
||||
printf("Received upload request.\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue