head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.06.26.13.23.44; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Added browse patch. - Added mod_disco patch. - Added mod_stats patch. - Renamed svr patch to srv. @ text @date: 2002/06/11 22:16:43; author: jer; state: Exp; lines: +1 -1 fixing two old bugs, pth 1.4.1 will now work correctly, we force the socket into blocking mode (thanks to Miguel Gomard ) high ports for SRV work as well, using 6 bytes as allocated (thanks to "Safford, Brian" ) Index: dnsrv/srv_resolv.c =================================================================== RCS file: /home/cvs/jabberd14/dnsrv/srv_resolv.c,v retrieving revision 1.9 retrieving revision 1.10 diff -r1.9 -r1.10 73c73 < snprintf(result, 5, "%d", port); --- > snprintf(result, 6, "%d", port); @ .