From: Ian Jackson Date: Wed, 21 Oct 2020 15:13:26 +0000 (+0100) Subject: PDU/MSW: Make show() return the value from get() X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bb9cd0455a673d630cc9efd2cc356ff2eb33104a;p=osstest.git PDU/MSW: Make show() return the value from get() No-one uses this return value yet, so NFC. Signed-off-by: Ian Jackson --- diff --git a/pdu-msw b/pdu-msw index 196b6c4..2d4ec96 100755 --- a/pdu-msw +++ b/pdu-msw @@ -119,6 +119,7 @@ sub get () { sub show () { my $mean = get(); printf "pdu-msw $dnsname: #%s \"%s\" = %s\n", $useport, $usename, $mean; + return $mean; } sub action_value () {