Changeset 6690

Show
Ignore:
Timestamp:
06/27/09 03:12:44 (14 months ago)
Author:
metamorph68
Message:

Take into account max_id#get in next function..

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/liquidsoap/src/request.ml

    r6344 r6690  
    436436 
    437437let next = 
    438   let request_max = conf_max_rid#get in 
    439438  let current = ref (-1) in fun () -> 
     439    let request_max = conf_max_rid#get in 
    440440    assert (not (Mutex.try_lock lock)) ; 
    441441    try