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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 8 Jul 2003 01:39:13 -0500 (CDT)
guy         2003/07/08 01:39:13 CDT

  Modified files:
    .                    packet-kerberos.c 
  Log:
  As "dissect_ap_options()" isn't compiled in, don't mark its arguments as
  unused; presumably it'll either
  
  	1) get written, in which case if an argument isn't used it
  	   shouldn't be supplied
  
  or
  
  	2) be removed, in which case there aren't any arguments.
  
  Revision  Changes    Path
  1.41      +2 -2      ethereal/packet-kerberos.c