Lines Matching +full:c +full:- +full:22
1 --- Make.rules.in.orig 2015-05-27 20:25:54.000000000 -0400
2 +++ Make.rules.in 2016-01-25 21:48:47.000000000 -0500
3 @@ -110,3 +110,8 @@
8 +CPPFLAGS+=-DHAVE_BLACKLIST
9 +LIBS+=-lblacklist
12 --- /dev/null 2016-01-22 17:30:55.000000000 -0500
13 +++ include/pfilter.h 2016-01-22 16:18:33.000000000 -0500
14 @@ -0,0 +1,3 @@
18 --- modules/mod_auth.c.orig 2015-05-27 20:25:54.000000000 -0400
19 +++ modules/mod_auth.c 2016-01-22 16:21:06.000000000 -0500
20 @@ -30,6 +30,7 @@
28 @@ -84,6 +85,8 @@
37 @@ -913,6 +916,7 @@
45 @@ -1726,6 +1730,7 @@
53 --- src/main.c.orig 2016-01-22 17:36:43.000000000 -0500
54 +++ src/main.c 2016-01-22 17:37:58.000000000 -0500
55 @@ -49,6 +49,7 @@
63 @@ -1050,6 +1051,7 @@
71 @@ -1169,7 +1171,8 @@
73 /* Reseed pseudo-randoms */
75 -
81 --- /dev/null 2016-01-22 17:30:55.000000000 -0500
82 +++ src/pfilter.c 2016-01-22 16:37:55.000000000 -0500
83 @@ -0,0 +1,41 @@
106 + conn_t *c = session.c;
109 + if (c == NULL)
111 + if (c->rfd != -1)
112 + fd = c->rfd;
113 + else if (c->wfd != -1)
114 + fd = c->wfd;