diff options
Diffstat (limited to 'event.patch')
-rw-r--r-- | event.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/event.patch b/event.patch deleted file mode 100644 index 8e465ba..0000000 --- a/event.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- event-1.6.1/classes/listener.c~ 2013-04-17 21:04:23.000000000 +0200 -+++ event-1.6.1/classes/listener.c 2013-04-20 09:11:52.608891682 +0200 -@@ -272,7 +272,7 @@ - PHP_EVENT_FETCH_BASE(base, zbase); - - if (Z_TYPE_PP(ppztarget) == IS_STRING) { -- struct sockaddr_storage *ss; -+ struct sockaddr_storage ss; - socklen_t ss_len = sizeof(ss); - memset(&ss, 0, sizeof(ss)); - |