From 2a9ad1e442abbd77fc6965c8010bed775305898d Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Fri, 25 Mar 2011 14:50:08 +0100 Subject: [PATCH] Fix --- contrib/macusers/macusers.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/macusers/macusers.in b/contrib/macusers/macusers.in index cc075763..75ddb5c4 100644 --- a/contrib/macusers/macusers.in +++ b/contrib/macusers/macusers.in @@ -88,7 +88,7 @@ while () { next if ($_ !~ /port: $ASIP_PORT_NO/); while () { next if ($_ !~ /peername/); - if ($_ =~ /AF_INET. (.*) port/) { + if ($_ =~ /AF_INET (.*) port/) { $ip = $1; if ($ip =~ /::ffff:(.*)/ ) { $ip = $1; -- 2.39.2