/[mldonkey]/mldonkey/src/utils/net/ip_set.ml
ViewVC logotype

Diff of /mldonkey/src/utils/net/ip_set.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by spiralvoice, Wed Mar 2 19:28:16 2005 UTC revision 1.6 by spiralvoice, Mon Jun 20 18:38:49 2005 UTC
# Line 104  let load_merge bl filename = Line 104  let load_merge bl filename =
104              end else              end else
105                raise Not_found                raise Not_found
106          with _ ->          with _ ->
107            lprintf "Syntax error: %s" line;            lprintf "Syntax error: %s\n" line
           lprint_newline ()  
108      done;      done;
109      bl_empty (* not reached *)      bl_empty (* not reached *)
110    with End_of_file ->    with End_of_file ->
111      close_in cin;      close_in cin;
112      lprintf "IP blacklist: %d ranges loaded" !nranges;      lprintf "IP blacklist: %d ranges loaded\n" !nranges;
     lprint_newline ();  
113      !bl      !bl
114    
115  let load filename =  let load filename =

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26