]> arthur.barton.de Git - netatalk.git/commitdiff
Fix
authorFrank Lahm <franklahm@googlemail.com>
Fri, 25 Mar 2011 13:50:08 +0000 (14:50 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 25 Mar 2011 13:50:08 +0000 (14:50 +0100)
contrib/macusers/macusers.in

index cc0757637941870254d5a2dba46efd7b2ff10a1a..75ddb5c4366e41eb78b2e0d432a9209ae5a06470 100644 (file)
@@ -88,7 +88,7 @@ while (<PS>) {
                                 next if ($_ !~ /port: $ASIP_PORT_NO/);
                                 while (<PFILES>) {
                                         next if ($_ !~ /peername/);
-                                        if ($_ =~ /AF_INET. (.*) port/) {
+                                        if ($_ =~ /AF_INET (.*) port/) {
                                             $ip = $1;
                                             if ($ip =~ /::ffff:(.*)/ ) {
                                                 $ip = $1;