~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/snmp/src/manager/snmpm_server.erl

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2580
2580
%%----------------------------------------------------------------------
2581
2581
 
2582
2582
is_started(#state{net_if = _Pid, net_if_mod = _Mod}) ->
2583
 
    %% Mod:is_started(Pid) andalso snmpm_config:is_started().
 
2583
    %% Mod:is_started(Pid) and snmpm_config:is_started().
2584
2584
    case snmpm_config:is_started() of
2585
2585
        true ->
2586
2586
            true;