~ubuntu-branches/ubuntu/karmic/erlang/karmic-security

« back to all changes in this revision

Viewing changes to lib/megaco/src/engine/megaco_config.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
        flex ->
712
712
            start_scanner(megaco_flex_scanner_handler, 
713
713
                          start_link, [], [gen_server]);
 
714
        {flex, Opts} when is_list(Opts) -> % For future use
 
715
            start_scanner(megaco_flex_scanner_handler, 
 
716
                          start_link, [Opts], [gen_server]);
714
717
        {M, F, A, Mods} when is_atom(M) andalso 
715
718
                             is_atom(F) andalso 
716
719
                             is_list(A) andalso