diff options
author | Micael Karlberg <[email protected]> | 2011-04-18 15:09:39 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-04-18 15:09:39 +0200 |
commit | 30a9f962d349f322f389ebc056e972f871e689a8 (patch) | |
tree | 21ef6ac1585abc8f68d43172b2e5425e25451405 /lib/snmp/src/agent/snmpa.erl | |
parent | d620fd8d49314d0f412fbfa83c9f42f7d338558a (diff) | |
download | otp-30a9f962d349f322f389ebc056e972f871e689a8.tar.gz otp-30a9f962d349f322f389ebc056e972f871e689a8.tar.bz2 otp-30a9f962d349f322f389ebc056e972f871e689a8.zip |
Patch received from Attila Rajmund Nohl.
Diffstat (limited to 'lib/snmp/src/agent/snmpa.erl')
-rw-r--r-- | lib/snmp/src/agent/snmpa.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/src/agent/snmpa.erl b/lib/snmp/src/agent/snmpa.erl index 630a14907d..e9023693d3 100644 --- a/lib/snmp/src/agent/snmpa.erl +++ b/lib/snmp/src/agent/snmpa.erl @@ -673,7 +673,7 @@ send_notification(Agent, Notification, Recv, {name, NotifyName}, {context, ContextName}, {extra, ?DEFAULT_NOTIF_EXTRA_INFO}, - {local_enging_id, LocalEngineID} + {local_engine_id, LocalEngineID} ], send_notification2(Agent, Notification, SendOpts). |