Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-srvsvc.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: Fri, 24 May 2002 02:09:56 -0500 (CDT)
guy         2002/05/24 02:09:56 CDT

  Modified files:
    .                    packet-dcerpc-srvsvc.c 
  Log:
  Fix a routine that's supposed to return a value to actually do so.
  
  Pass 0, not NULL, as an integral argument; NULL might be 0 or might be
  "(void *)0)".
  
  Revision  Changes    Path
  1.4       +6 -2      ethereal/packet-dcerpc-srvsvc.c