mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
While here, re-generate existing patches Also, add memcached_post_start to rc script [1] Submitted by: Maximilian Boße <Maximilian.Bosse@trivago.com> (private email) [1]
11 lines
509 B
C
11 lines
509 B
C
--- thread.c.orig 2015-04-20 05:34:19 UTC
|
|
+++ thread.c
|
|
@@ -402,7 +402,7 @@ static void thread_libevent_process(int
|
|
conn *c = conn_new(item->sfd, item->init_state, item->event_flags,
|
|
item->read_buffer_size, item->transport, me->base);
|
|
if (c == NULL) {
|
|
- if (IS_UDP(item->transport)) {
|
|
+ if IS_UDP(item->transport) {
|
|
fprintf(stderr, "Can't listen for events on UDP socket\n");
|
|
exit(1);
|
|
} else {
|