fix eph_dup
authorminima <minima>
Sat, 19 Feb 2005 22:32:13 +0000 (22:32 +0000)
committerminima <minima>
Sat, 19 Feb 2005 22:32:13 +0000 (22:32 +0000)
perl/Aranea.pm

index ed1c99cda1e429ce27928c5099e9a2e856206596..308160203fbad7651fc2c90c6cc1d181b33b98d9 100644 (file)
@@ -157,7 +157,7 @@ sub disconnect
        $thing->process($self);
 
        # get rid of any PC16/17/19
-       eph_del_regex("^PC1[679]*$call");
+       DXProt::eph_del_regex("^PC1[679]*$call");
 
        # do routing stuff, remove me from routing table
        my $node = Route::Node::get($call);
@@ -168,7 +168,7 @@ sub disconnect
                # and all my ephemera as well
                for (@rout) {
                        my $c = $_->call;
-                       eph_del_regex("^PC1[679].*$c");
+                       DXProt::eph_del_regex("^PC1[679].*$c");
                }
        }