1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 14:03:14 +02:00

Doh, forgot to comment the & too...

This commit is contained in:
griever
2002-01-02 04:12:21 +00:00
parent f0ddd37c49
commit 70a129aac4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1073,3 +1073,4 @@ seen. gmtime warning still there
- Removed some ancient debugging code (num - %s)
- Wiped out FLAGS_TS8 because I want to move ->flags into the local section and
FLAGS_TS8 had 0 purpose except setting CHFL_SERVOPOK (which did nothing)
- Fixed typo I made in previous fix causing non-compileness
+1 -1
View File
@@ -902,7 +902,7 @@ extern int register_user(cptr, sptr, nick, username, umode, virthost)
"USER server wrong direction");
}
else
sptr->flags |= (acptr->flags & /* FLAGS_TS8 */);
sptr->flags |= (acptr->flags /* & FLAGS_TS8 */);
/* *FINALL* this gets in ircd... -- Barubary */
/* We change this a bit .. */
if (IsULine(sptr->srvptr))