mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
9f9bdc4e20
commit
aa0a33a1c3
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ static void create() {
|
|||
#ifdef VOLATILE
|
||||
D("VOLATILE flag set: Server will not save any data.\n");
|
||||
#endif
|
||||
myLowerCaseHost = lower_case(SERVER_HOST);
|
||||
myLowerCaseHost = NAMEPREP(SERVER_HOST);
|
||||
register_localhost(myLowerCaseHost);
|
||||
#ifdef __PIKE__
|
||||
//debug_write("Creating psyced library in Pike.\n");
|
||||
|
|
Loading…
Reference in a new issue