|
|
| Author |
Message |
|
| tobbe |
Posted: Mon Dec 04, 2006 2:06 pm |
|
|
|
User
Joined: 19 Jan 2005
Posts: 274
Location: Stockholm, Sweden
|
From: otp_src_R11B-1/lib/kernel/src/inet_res.erl
Look at the call to inet:stop_timer/1:
gethostbyaddr(IP,Timeout) ->
Timer = inet:start_timer(Timeout),
Res = gethostbyaddr_tm(IP,Timer),
inet:stop_timer(Timeout),
Res.
I guess the argument 'Timeout' should be 'Timer' instead !?
--Tobbe
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist |
|
|
| Back to top |
|
| Masta |
Posted: Sun Apr 08, 2007 6:16 am |
|
|
|
Guest
|
|
| Back to top |
|
| Deadlystrawberry |
Posted: Thu Apr 12, 2007 8:38 am |
|
|
|
Guest
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|