mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
943a56ca5d
commit
ba89851169
|
@ -427,7 +427,7 @@ begin
|
|||
if (namelen > MAXLOGNAME) then
|
||||
namelen:=MAXLOGNAME;
|
||||
|
||||
login:='user';
|
||||
login:='root';
|
||||
len:=strlen(@login);
|
||||
|
||||
if (len > namelen) then
|
||||
|
|
Loading…
Reference in New Issue