This commit is contained in:
Pavel 2023-05-26 18:23:37 +03:00
parent 943a56ca5d
commit ba89851169
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ begin
if (namelen > MAXLOGNAME) then
namelen:=MAXLOGNAME;
login:='user';
login:='root';
len:=strlen(@login);
if (len > namelen) then