Skip to content
Snippets Groups Projects
Commit 9e38a8e8 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove useless string

parent 9628a790
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,7 @@ int main(int argc, char const *const *argv,char const *const *envp)
pid = fork() ;
if (pid == -1) sulogin("fork: ",rcinit) ;
if (!pid) run_stage2(newenvp, 2, envmodifs.s,envmodifs.len) ;
if (reboot(RB_DISABLE_CAD) == -1) log_warnusys("trap ctrl-alt-del","") ;
if (reboot(RB_DISABLE_CAD) == -1) log_warnusys("trap ctrl-alt-del") ;
if (fd_copy(2, 1) == -1) sulogin("copy stderr to stdout","") ;
fd_close(fdin) ;
xpathexec_r(newargv, newenvp, 2, envmodifs.s, envmodifs.len) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment