Changeset 46ad029


Ignore:
Timestamp:
2006-03-02T11:12:40Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
601e813
Parents:
a4dc9f7
Message:

Fix password change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • win32.c

    ra4dc9f7 r46ad029  
    203203        conf_get_int(key_main, "port", 6667, &global.conf->port);
    204204        conf_get_int(key_main, "verbose", 0, &global.conf->verbose);
    205         conf_get_string(key_main, "password", "", &global.conf->password);
     205        conf_get_string(key_main, "auth_pass", "", &global.conf->auth_pass);
     206        conf_get_string(key_main, "oper_pass", "", &global.conf->oper_pass);
    206207        conf_get_int(key_main, "ping_interval_timeout", 60, &global.conf->ping_interval);
    207208        conf_get_string(key_main, "hostname", "localhost", &global.conf->hostname);
Note: See TracChangeset for help on using the changeset viewer.