Skip to content

Commit 313fe99

Browse files
committed
Interpret input transfer reason as a string
1 parent 7404e43 commit 313fe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nut.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ sub nut_cgi {
465465
$status = trim($1);
466466
next;
467467
}
468-
if(/^input\.transfer\.reason:\s+(\d+)$/) {
468+
if(/^input\.transfer\.reason:\s+(.*?)$/) {
469469
$transfer = trim($1);
470470
next;
471471
}

0 commit comments

Comments
 (0)