Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-afs4int.c packet-dcerpc-fldb.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 9 Mar 2004 03:24:41 -0600 (CST)
guy         2004/03/09 03:24:41 CST

  Modified files:
    .                    packet-dcerpc-afs4int.c 
                         packet-dcerpc-fldb.c 
                         packet-dcerpc-rs_pgo.c 
  Log:
  Make variables not used outside the module static.
  
  Initialize "hf_error_st" to -1, the same way other hf_ variables are
  initialized, and make it an "int", as other hf_ variables are.
  
  Revision  Changes    Path
  1.8       +4 -3      ethereal/packet-dcerpc-afs4int.c
  1.8       +3 -3      ethereal/packet-dcerpc-fldb.c
  1.12      +2 -2      ethereal/packet-dcerpc-rs_pgo.c