A corollary to Adam's reply is that to get the Listen value you seem to want, and which I assume you got before, you should change the code to:<br><br>    {ok,Listen} = hydralib:get_first_arg(listen),<br><br>Robert<br>
<br><div class="gmail_quote">2008/10/31 Adam Lindberg <span dir="ltr"><<a href="mailto:adam@erlang-consulting.com">adam@erlang-consulting.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Fri, Oct 31, 2008 at 07:33, Kevin <span dir="ltr"><<a href="mailto:q2h46uw02@sneakemail.com" target="_blank">q2h46uw02@sneakemail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

In this lib file there's badmatch error certain to happen.<br>
<br>
Listen = hydralib:get_first_arg(listen),<br>
<br>
get_first_arg actually returns {ok, Listen}.  This was a very recent rewrite.<br>
</blockquote></div><br></div>Is Listen bound at the time? If it's not, then there will be no bad match there.<br><br>Cheers,<br><font color="#888888">Adam<br>
</font><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>