From: Frank Lahm Date: Fri, 25 Mar 2011 13:50:08 +0000 (+0100) Subject: Fix X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=commitdiff_plain;h=2a9ad1e442abbd77fc6965c8010bed775305898d Fix --- 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;