IRC-DEV |
|
Usuario:
|
CambiosRecientes VerAyuda | La última edición fue hecha por jcea, el 2003-10-31 14:59:25 |
o
a FLAGS individuales. Osea, cada bit, un flag. Asignado: N3TKaTParches pendientes de asignar
[17:13] <[_-NeO-_]> chkconf.c:67: redefinition of `struct Client' [17:13] <[_-NeO-_]> make[1]: *** [chkconf.o] Error 1
#0 0xef5fb55c in _libc_kill () from /usr/lib/libc.so.1 #1 0xef5bfbe8 in abort () from /usr/lib/libc.so.1 #2 0xef5bfc48 in _assert () from /usr/lib/libc.so.1 #3 0x000432c4 in make_virtualhost (acptr=, mostrar=1, simular_registrado=0) at s_user.c:3153 #4 0x000443d8 in m_nick_local (cptr= , sptr= , parc=1179648, parv=0x9bdd0) at s_user.c:4539 #5 0x0002c56c in parse_client (cptr=0x12dd70, buffer=0x60000 "\220`?ÿ\200\220@\b2\200", bufend=0x9bdd0 "") at parse.c:502 #6 0x0002be88 in client_dopacket (cptr=0x12dd70, length=14) at packet.c:244 #7 0x00036310 in read_packet (cptr= , rfd=653008) at s_bsd.c:1764 #8 0x0003405c in read_message (delay=4) at s_bsd.c:2126 #9 0x00022670 in main (argc=535552, argv=0x82c00) at ircd.c:929
Para solucionarlo cambio
if (IsHidden(sptr)) make_virtualhost(sptr, 1, 0);
por
if (IsHidden(sptr) && IsUser(sptr)) make_virtualhost(sptr, 1, 0);
en la línea 4539 de "ircd/s_user.c", pero el cambio no me parece satisfactorio. Analizar, diagnosticar y corregir.
31/Oct/03 Aclarado en u2.10.H.08.74 y u2.10.H.08.75.