Ignore:
Timestamp:
12/11/13 15:45:18 (10 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge reverse DNS work and object conversion from /trunk, 4 of mumble

Includes changes through r492 with a few minor conflicts.

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/export.pl

    r263 r547  
    2525use lib '.';    ##uselib##
    2626
    27 use DNSDB qw(:ALL);
     27use DNSDB;
    2828
    29 loadConfig();
     29my $dnsdb = new DNSDB;
    3030
    3131open TINYDATA, ">tinydata";
    3232
    33 my ($dbh,$msg) = connectDB($config{dbname}, $config{dbuser}, $config{dbpass}, $config{dbhost});
    34 initGlobals($dbh);
    35 
    36 export($dbh,'tiny',*TINYDATA);
     33$dnsdb->export('tiny', *TINYDATA);
Note: See TracChangeset for help on using the changeset viewer.