View Issue Details

IDProjectCategoryView StatusLast Update
0002161unrealircdpublic2004-11-13 13:25
ReporterXuefer Assigned Tocodemastr 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
PlatformallOSallOS Version-
Product Version3.2.2 
Fixed in Version3.2.3 
Summary0002161: dont-resolve + show-connectinfo="Looking up your hostname"
Descriptionfunny bug

Fix:
open s_bsd.c search for "skipdns"
"if/goto" moved to before "if/sendto_one"
code should be:
    if (DONT_RESOLVE)
        goto skipdns;
    if (SHOWCONNECTINFO && !acptr->serv) {
        sendto_one(acptr, "%s", REPORT_DO_DNS);
    }
    lin.flags = ASYNC_CLIENT;
TagsNo tags attached.
3rd party modules

Activities

codemastr

2004-11-13 13:01

reporter   ~0008307

Fixed in .183

Issue History

Date Modified Username Field Change
2004-11-06 10:37 Xuefer New Issue
2004-11-06 10:42 syzop Severity minor => tweak
2004-11-13 13:01 codemastr Status new => resolved
2004-11-13 13:01 codemastr Fixed in Version => 3.2.3
2004-11-13 13:01 codemastr Resolution open => fixed
2004-11-13 13:01 codemastr Assigned To => codemastr
2004-11-13 13:01 codemastr Note Added: 0008307
2004-11-13 13:01 codemastr Assigned To codemastr =>
2004-11-13 13:25 codemastr Assigned To => codemastr