<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*** old/nama.c	1997/01/18 20:31:24
--- nama.c	1997/03/31 16:58:09
***************
*** 10,16 ****
   *	Author: Marcus J. Ranum, Trusted Information Systems, Inc.
   *	Added "?" wildcard matching from William Gianopoulos, gianowa@eo.ray.com
   */
! static	char	RcsId[] = "$Header: /usr/home/rick/fwtk2.0/fwtk/lib/RCS/nama.c,v 1.9 1997/01/18 20:31:24 rick Exp $";
  
  #include	&lt;stdio.h&gt;
  #include	&lt;sys/types.h&gt;
--- 10,16 ----
   *	Author: Marcus J. Ranum, Trusted Information Systems, Inc.
   *	Added "?" wildcard matching from William Gianopoulos, gianowa@eo.ray.com
   */
! static	char	RcsId[] = "$Header: /usr/home/rick/fwtk2.0/fwtk/lib/RCS/nama.c,v 1.10 1997/03/31 16:57:54 rick Exp $";
  
  #include	&lt;stdio.h&gt;
  #include	&lt;sys/types.h&gt;
***************
*** 427,433 ****
  			syslog(LLEV,"securityalert: invalid host address length (%d) hostname %.512s", hp-&gt;h_length, nam);
  			return(0);
  		}
! 		bcopy(hp-&gt;h_addr,&amp;sin.sin_addr,hp-&gt;h_length);
  		eq = maskmatch(pat, inet_ntoa(sin.sin_addr));
  		if (eq)
  			return eq;
--- 427,433 ----
  			syslog(LLEV,"securityalert: invalid host address length (%d) hostname %.512s", hp-&gt;h_length, nam);
  			return(0);
  		}
! 		bcopy(hp_addr,&amp;sin.sin_addr,hp-&gt;h_length);
  		eq = maskmatch(pat, inet_ntoa(sin.sin_addr));
  		if (eq)
  			return eq;

</pre></body></html>