This commit is contained in:
psyc://psyced.org/~lynX 2011-07-31 11:04:06 +02:00
parent 9f9bdc4e20
commit aa0a33a1c3
1 changed files with 1 additions and 1 deletions

View File

@ -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");