mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Tweak default hostname.
This commit is contained in:
parent
9d05f6b7a7
commit
bb9766ee17
Notes:
sideshowbarker
2024-07-19 16:10:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/bb9766ee17a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue