1. added $actiondata to filter line to allow per action data such as no of hops
[spider.git] / perl / DXUser.pm
index 9ebc31d934c9bea25a55aaa49b2b7318a1844929..97aca375c325bccac68ac9fb609c46a4fc86ca19 100644 (file)
@@ -76,7 +76,7 @@ sub init
        my ($pkg, $fn, $mode) = @_;
   
        confess "need a filename in User" if !$fn;
-       $fn .= ".new";
+       $fn .= ".v2";
        if ($mode) {
                $dbm = tie (%u, 'DB_File', $fn, O_CREAT|O_RDWR, 0666, $DB_BTREE) or confess "can't open user file: $fn ($!)";
        } else {