From b674624f2c519fab48ad01f761ce38ec87842015 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 10 Feb 2016 15:40:14 +0100 Subject: [PATCH] fix retval --- psi.d/netdb.psi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psi.d/netdb.psi b/psi.d/netdb.psi index 2b74b2d..3eca291 100644 --- a/psi.d/netdb.psi +++ b/psi.d/netdb.psi @@ -29,7 +29,7 @@ function psi\setservent(bool $stayopen) : void { } function psi\gethostent() : array { - return to_array(gethostent, + return to_array(*gethostent, to_string(h_name), to_array(h_aliases, to_string(h_aliases)), to_int(h_addrtype), -- 2.30.2