Changeset 6647

Show
Ignore:
Timestamp:
06/18/09 17:25:30 (9 months ago)
Author:
metamorph68
Message:

Forgot this in previous commit..

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/bugfix-0.9.1/src/tools/harbor.ml

    r6441 r6647  
    5959  inherit Source.source 
    6060 
    61   method virtual relay : Unix.file_descr -> unit 
     61  method virtual relay : (string*string) list -> Unix.file_descr -> unit 
    6262  method virtual insert_metadata : (string, string) Hashtbl.t -> unit 
    6363  method virtual login : (string option)*(string -> string -> bool) 
     
    264264          log#f 3 "Adding source on mountpoint '%s' with type '%s'." uri stype ; 
    265265          if not icy then write_answer ~keep:true c "HTTP/1.0 200 OK\r\n\r\n" ; 
    266           s#relay c 
     266          s#relay headers c 
    267267  with 
    268268    | Mount_taken ->