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: Thu, 28 Feb 2002 21:02:37 -0600 (CST)
guy         2002/02/28 21:02:36 CST

  Modified files:
    .                    packet-ldap.c 
  Log:
  Have the routines that supply a pointer to a newly-constructed item
  always set that pointer if they return ASN1_ERR_NOERROR.  Have the
  routines that call them use the value only if the routine returns
  ASN1_ERR_NOERROR.  Don't bother setting the pointer before calling the
  routine.
  
  Report unknown modify operation types.
  
  Revision  Changes    Path
  1.36      +18 -22    ethereal/packet-ldap.c