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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
                    {ok, User} ->
310
310
                        {User#usm_user.name, 
311
311
                         User#usm_user.auth,
 
312
                         User#usm_user.auth_key,
312
313
                         User#usm_user.priv,
313
 
                         User#usm_user.auth_key,
314
 
                         User#usm_user.priv_key};
 
314
                         User#usm_user.priv_key};
315
315
                    _ ->
316
316
                        error(unknownSecurityName)
317
317
                end;