Module Name:    src
Committed By:   drochner
Date:           Wed May 18 12:54:15 UTC 2011

Modified Files:
        src/sys/dist/pf/net: pf_osfp.c

Log Message:
remove unused expression


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dist/pf/net/pf_osfp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dist/pf/net/pf_osfp.c
diff -u src/sys/dist/pf/net/pf_osfp.c:1.10 src/sys/dist/pf/net/pf_osfp.c:1.11
--- src/sys/dist/pf/net/pf_osfp.c:1.10	Mon Apr 12 13:57:38 2010
+++ src/sys/dist/pf/net/pf_osfp.c	Wed May 18 12:54:15 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: pf_osfp.c,v 1.10 2010/04/12 13:57:38 ahoka Exp $	*/
+/*	$NetBSD: pf_osfp.c,v 1.11 2011/05/18 12:54:15 drochner Exp $	*/
 /*	$OpenBSD: pf_osfp.c,v 1.12 2006/12/13 18:14:10 itojun Exp $ */
 
 /*
@@ -19,7 +19,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pf_osfp.c,v 1.10 2010/04/12 13:57:38 ahoka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pf_osfp.c,v 1.11 2011/05/18 12:54:15 drochner Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -585,7 +585,7 @@
 		if (find.fp_mss == 0)
 			find.fp_mss = 128;
 		if (f->fp_flags & PF_OSFP_WSIZE_MSS)
-			find.fp_wsize *= find.fp_mss, 1;
+			find.fp_wsize *= find.fp_mss;
 		else if (f->fp_flags & PF_OSFP_WSIZE_MTU)
 			find.fp_wsize *= (find.fp_mss + 40);
 		else if (f->fp_flags & PF_OSFP_WSIZE_MOD)

Reply via email to