Skip to content

Commit

Permalink
Merge pull request #124 from frenetic-lang/async_111.13.00_fix
Browse files Browse the repository at this point in the history
Trivial fix for Async 111.13.00
  • Loading branch information
seliopou committed May 19, 2014
2 parents 6095738 + 25c2d2c commit 7a69f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async/Async_OpenFlow_Platform.ml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module Make(Message : Message) = struct
?log_disconnects
?buffer_age_limit ~port () =
Impl.create ?max_pending_connections ?verbose ?log_disconnects
?buffer_age_limit ~port ~auth:(fun _ _ -> return `Allow) ()
?buffer_age_limit ~port ~auth:(fun _ _ _ -> return `Allow) ()

let listen t =
let open Impl.Server_read_result in
Expand Down

0 comments on commit 7a69f09

Please sign in to comment.