Displaying 1 result from an estimated 1 matches for "stats_err_lock".
Did you mean:
stats_err_locked
2004 Jul 21
3
Request to an hpa-TFTP enhancement - convert '\' in filenames to '/'
...ogger(LOG_NOTICE, "Serving %s to
%s:%d",
data-
>tftp_options[OPT_FILENAME].value,
inet_ntoa(data-
>client_info->client.sin_addr),
@@ -665,6 +674,7 @@
stats_send_locked();
else
stats_err_locked();
+ }
break;
case GET_WRQ:
logger(LOG_NOTICE, "Fetching from
%s to %s",
<<<
I would be very pleased to get such a '\' -> '/' conversion the the hpa-
tftpd server we are using for years now. For the experien...