Commit 90d37158 authored by claes's avatar claes

User name and password inserted even if not valid in the current context

parent 2dcef594
/* /*
* Proview $Id: wb.cpp,v 1.19 2005-11-17 09:07:21 claes Exp $ * Proview $Id: wb.cpp,v 1.20 2005-11-22 12:18:20 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -670,8 +670,8 @@ int main( int argc, char *argv[]) ...@@ -670,8 +670,8 @@ int main( int argc, char *argv[])
if ( EVEN(sts)) { if ( EVEN(sts)) {
/* No system object, login as system !! */ /* No system object, login as system !! */
login_insert_login_info( "SYSTEM", login_insert_login_info( "SYSTEM",
"", username,
"", password,
pwr_mAccess_AllPwr, pwr_mAccess_AllPwr,
0); 0);
nav_display = 1; nav_display = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment