aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20060514 : ipfilter_files BUG???  (Read 1763 times)

TimDzang

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
20060514 : ipfilter_files BUG???
« on: May 14, 2006, 06:42:08 PM »

IPFilter.cpp

Code: [Select]
void LoadFromFile(const wxString& file)
{
  [skip]
  const wxChar* ipfilter_files[] = {
    wxT("server.met"),
    wxT("guarding.p2p"),
    NULL
  };

  // Try to unpack the file, might be an archive
  if (UnpackArchive(file, ipfilter_files).second != EFT_Text) {
  [skip]
}
I think "server.met" should be replaced on "ipfilter.dat".
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: 20060514 : ipfilter_files BUG???
« Reply #1 on: May 14, 2006, 11:12:19 PM »

TimDzang,

You are right. Now it is fixed on CVS code.

Thank you!
Logged