Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ldap.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Mar 2002 15:51:52 -0600 (CST)
guy         2002/03/02 15:51:52 CST

  Modified files:
    .                    packet-ldap.c 
  Log:
  As there's nothing to dissect for LDAP_REQ_UNBIND, set "ret" to
  ASN1_ERR_NOERROR, as you can't have a dissection error if you've
  dissected nothing.
  
  When dissecting a Bind reply, set "ret" to the return value of
  "dissect_ldap_response_bind()", so errors get reported properly.
  
  Revision  Changes    Path
  1.39      +3 -2      ethereal/packet-ldap.c