Changeset 6508 for trunk/console

Show
Ignore:
Timestamp:
09/06/08 18:26:45 (3 months ago)
Author:
flynd
Message:

Save configuration after adding an owner so the config file doesn't say we have no owner. This caused the registration wizard to be displayed again on every startup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console.cpp

    r6461 r6508  
    30383038            owner->SetPassword(data->szPassword1); 
    30393039            gUserManager.DropOwner(owner); 
     3040            licqDaemon->SaveConf(); 
    30403041 
    30413042            winMain->wprintf("Save password? (y/N) ");