mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
Tweak default hostname.
This commit is contained in:
@@ -51,7 +51,7 @@ void Process::initialize()
|
||||
#endif
|
||||
next_pid = 0;
|
||||
g_processes = new InlineLinkedList<Process>;
|
||||
s_hostname = new String("birx");
|
||||
s_hostname = new String("courage");
|
||||
Scheduler::initialize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user