[ipfilter-cvs] ipfilter fil.c,v5-1-RELEASE
Brought to you by:
darren_r
From: Darren <dar...@us...> - 2014-06-20 17:03:18
|
Update of /cvsroot/ipfilter/ipfilter In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3584 Modified Files: Tag: v5-1-RELEASE fil.c Log Message: white space cleanup Index: fil.c =================================================================== RCS file: /cvsroot/ipfilter/ipfilter/fil.c,v retrieving revision 1.68.2.60 retrieving revision 1.68.2.61 diff -C2 -d -r1.68.2.60 -r1.68.2.61 *** fil.c 20 Jun 2014 16:56:16 -0000 1.68.2.60 --- fil.c 20 Jun 2014 17:03:03 -0000 1.68.2.61 *************** *** 316,320 **** { "srcgrpmap", ipf_srcgrpmap, ipf_grpmapinit, ipf_grpmapfini }, { "dstgrpmap", ipf_dstgrpmap, ipf_grpmapinit, ipf_grpmapfini }, ! { "", NULL, NULL, NULL } }; --- 316,320 ---- { "srcgrpmap", ipf_srcgrpmap, ipf_grpmapinit, ipf_grpmapfini }, { "dstgrpmap", ipf_dstgrpmap, ipf_grpmapinit, ipf_grpmapfini }, ! { "", NULL, NULL, NULL } }; *************** *** 4704,4712 **** fprev = NULL; if (unit == IPL_LOGAUTH) { ! if ((fp->fr_tifs[0].fd_ptr != NULL) || (fp->fr_tifs[1].fd_ptr != NULL) || (fp->fr_dif.fd_ptr != NULL) || (fp->fr_flags & FR_FASTROUTE)) { ! softc->ipf_interror = 145; error = EINVAL; goto donenolock; --- 4704,4712 ---- fprev = NULL; if (unit == IPL_LOGAUTH) { ! if ((fp->fr_tifs[0].fd_ptr != NULL) || (fp->fr_tifs[1].fd_ptr != NULL) || (fp->fr_dif.fd_ptr != NULL) || (fp->fr_flags & FR_FASTROUTE)) { ! IPFERROR(145); error = EINVAL; goto donenolock; |