diff options
author | Micael Karlberg <[email protected]> | 2011-04-05 14:39:01 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-04-05 14:39:01 +0200 |
commit | 1b5c5d07d539516aae36d13d119183954087ac79 (patch) | |
tree | bc839c42c7445f333cf27d0423cef8b8a21c364c /lib/snmp/src | |
parent | 21259a5cdcf5d7308fedbb85925f83cee7d43ef1 (diff) | |
download | otp-1b5c5d07d539516aae36d13d119183954087ac79.tar.gz otp-1b5c5d07d539516aae36d13d119183954087ac79.tar.bz2 otp-1b5c5d07d539516aae36d13d119183954087ac79.zip |
Cosmetic...
Diffstat (limited to 'lib/snmp/src')
-rw-r--r-- | lib/snmp/src/agent/snmpa_trap.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/src/agent/snmpa_trap.erl b/lib/snmp/src/agent/snmpa_trap.erl index 0f6a5f8984..2a233fd38e 100644 --- a/lib/snmp/src/agent/snmpa_trap.erl +++ b/lib/snmp/src/agent/snmpa_trap.erl @@ -639,8 +639,8 @@ send_discovery_inform(Parent, Timeout, Retry, Msg, NetIf) -> %% should be used for the target, and determine the message %% specific parameters to be used. %%----------------------------------------------------------------- -send_trap_pdus([{DestAddr, TargetName, {MpModel, SecModel, SecName, SecLevel}, - Type} | T], +send_trap_pdus([{DestAddr, TargetName, + {MpModel, SecModel, SecName, SecLevel}, Type} | T], ContextName, {TrapRec, Vbs}, V1Res, V2Res, V3Res, Recv, LocalEngineID, ExtraInfo, NetIf) -> |