Skip to content

Commit

Permalink
quick fix, should be domain not hard coded string
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward committed Feb 16, 2015
1 parent d6513d4 commit 6b3fdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_test/mirage/unikernel.ml
Expand Up @@ -22,7 +22,7 @@ module Client (C:CONSOLE) (S:STACKV4) = struct
while_lwt true do
C.log_s c (green "Resolving %s" domain)
>>= fun () ->
DNS.gethostbyname t ~server "google.com"
DNS.gethostbyname t ~server domain
>>= fun rl ->
Lwt_list.iter_s
(fun r ->
Expand Down

0 comments on commit 6b3fdbc

Please sign in to comment.