From 9343f37ee7ba1aa98f65272412d331a280890e12 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 2 Nov 2011 13:41:57 +0000 Subject: Wed Nov 2 13:41:53 UTC 2011 --- .../cherokee/cherokee-admin-socket-bind.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 community/cherokee/cherokee-admin-socket-bind.patch (limited to 'community/cherokee/cherokee-admin-socket-bind.patch') diff --git a/community/cherokee/cherokee-admin-socket-bind.patch b/community/cherokee/cherokee-admin-socket-bind.patch deleted file mode 100644 index 0b266a245..000000000 --- a/community/cherokee/cherokee-admin-socket-bind.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/cherokee/main_admin.c b/cherokee/main_admin.c -index 861473f..e52b2d6 100644 ---- a/cherokee/main_admin.c -+++ b/cherokee/main_admin.c -@@ -89,9 +89,9 @@ find_empty_port (int starting, int *port) - cherokee_buffer_add_str (&bind_, "127.0.0.1"); - - cherokee_socket_init (&s); -- cherokee_socket_create_fd (&s, AF_INET); - - while (true) { -+ cherokee_socket_create_fd (&s, AF_INET); - ret = cherokee_socket_bind (&s, p, &bind_); - if (ret == ret_ok) - break; -@@ -104,6 +104,7 @@ find_empty_port (int starting, int *port) - } - } - -+ cherokee_socket_close (&s); - cherokee_socket_mrproper (&s); - cherokee_buffer_mrproper (&bind_); - -- cgit v1.2.3-54-g00ecf