aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent/snmpa_acm.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-03-08 23:07:58 +0100
committerMicael Karlberg <[email protected]>2011-03-08 23:07:58 +0100
commit2c6dfeef2e9e4622f9e6a587b4f92d5e76f2ee73 (patch)
tree5de2fbd6e44a273b0c7c0c5e622d44f521397585 /lib/snmp/src/agent/snmpa_acm.erl
parent49071db42818592e99950e5e971e877bb2ca2f59 (diff)
downloadotp-2c6dfeef2e9e4622f9e6a587b4f92d5e76f2ee73.tar.gz
otp-2c6dfeef2e9e4622f9e6a587b4f92d5e76f2ee73.tar.bz2
otp-2c6dfeef2e9e4622f9e6a587b4f92d5e76f2ee73.zip
Used invalid module names in two places. Corrected.
Diffstat (limited to 'lib/snmp/src/agent/snmpa_acm.erl')
-rw-r--r--lib/snmp/src/agent/snmpa_acm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/src/agent/snmpa_acm.erl b/lib/snmp/src/agent/snmpa_acm.erl
index b37c82429c..30bd34a205 100644
--- a/lib/snmp/src/agent/snmpa_acm.erl
+++ b/lib/snmp/src/agent/snmpa_acm.erl
@@ -117,7 +117,7 @@ error2status(_) -> genErr.
%% authentication_failure: no error response is sent, a trap is generated
%%-----------------------------------------------------------------
init_ca(Pdu, {community, SecModel, Community, TAddress}) ->
- TDomain = snmp_conf:mk_tdomain(snmp_transport_mib:default_domain()),
+ TDomain = snmp_conf:mk_tdomain(snmp_target_mib:default_domain()),
init_ca(Pdu, {community, SecModel, Community, TDomain, TAddress});
init_ca(Pdu, {community, SecModel, Community, TDomain, TAddress}) ->
%% This is a v1 or v2c request. Use SNMP-COMMUNITY-MIB to