rpms/milter-greylist/devel p0f-silent.patch,1.1,1.2

Enrico Scholz ensc at fedoraproject.org
Sat Feb 14 13:23:02 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/milter-greylist/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26153

Modified Files:
	p0f-silent.patch 
Log Message:
updated


p0f-silent.patch:

Index: p0f-silent.patch
===================================================================
RCS file: /cvs/extras/rpms/milter-greylist/devel/p0f-silent.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- p0f-silent.patch	14 Feb 2009 12:22:52 -0000	1.1
+++ p0f-silent.patch	14 Feb 2009 13:22:32 -0000	1.2
@@ -18,7 +18,7 @@
  		return 0;
  
 +	if (!conf.c_p0fsock[0])	/* return silently when p0f is not configured */
-+		return -1
++		return -1;
 +
  	if ((p0fsock = socket(PF_UNIX,SOCK_STREAM,0)) == -1) {
  		mg_log(LOG_ERR, "socket(PF_UNIX, SOCK_STREAM, 0) failed");




More information about the fedora-extras-commits mailing list