Interpret input transfer reason as a string

This commit is contained in:
Yevhen Bolotov 2024-04-09 11:59:12 +03:00
parent 7404e43597
commit 313fe995a2
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ sub nut_cgi {
$status = trim($1);
next;
}
if(/^input\.transfer\.reason:\s+(\d+)$/) {
if(/^input\.transfer\.reason:\s+(.*?)$/) {
$transfer = trim($1);
next;
}