<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    In the attached patch there are calls to lists:keydelete/2. They
    should be to lists:keydelete/3.<br>
    <br>
    Lukas<br>
    <br>
    <div class="moz-cite-prefix">On 31/07/12 11:53, Stefan Zegenhagen
      wrote:<br>
    </div>
    <blockquote cite="mid:1343728392.29035.10.camel@ax-sze" type="cite">
      <pre wrap="">Dear all,

usmUserTable suffers from the problem that it doesn't support creating
new users (by cloning them) and changing their passwords in the same
operation.

This is allowed by the MIB definition, and some SNMP test suites do
exactly that numerous times when they check the correctness of SNMPv3
support. SNMP managers might also make use of that feature.

The patch attached to this e-mail solves the issue and allows SNMPv3
user creation to succeed if all required information is passed to the
agent in a single SNMP set request.

Kind regards,

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
erlang-patches mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-patches">http://erlang.org/mailman/listinfo/erlang-patches</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>