From 50bb426cce964cdd5d40388e5284d87c3f508de2 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Thu, 27 Jun 2024 09:04:46 +0200 Subject: [PATCH] Less confusing message for TFTP_UL_REQ w/o filename --- nmrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmrp.c b/nmrp.c index 95416ea..224e059 100644 --- a/nmrp.c +++ b/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"); } }