From ba898511696514706ccb08b1d86a353c33fc6ed6 Mon Sep 17 00:00:00 2001 From: Pavel <68122101+red-prig@users.noreply.github.com> Date: Fri, 26 May 2023 18:23:37 +0300 Subject: [PATCH] + --- sys/kern/kern_prot.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_prot.pas b/sys/kern/kern_prot.pas index 0822bc49..bfaae1af 100644 --- a/sys/kern/kern_prot.pas +++ b/sys/kern/kern_prot.pas @@ -427,7 +427,7 @@ begin if (namelen > MAXLOGNAME) then namelen:=MAXLOGNAME; - login:='user'; + login:='root'; len:=strlen(@login); if (len > namelen) then