From 45f8c81a4c78d99b789561672ef2ebe70879bb09 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 30 Jan 2013 07:14:14 +0100 Subject: [PATCH] logging disabled --- php-ancillary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-ancillary.c b/php-ancillary.c index 31fa839..9ca16fd 100644 --- a/php-ancillary.c +++ b/php-ancillary.c @@ -97,7 +97,7 @@ ancil_recv_fds_with_buffer_ext(int sock, int *fds, unsigned n_fds, void *buffer, if((mop_len = recvmsg(sock, &msghdr, 0)) < 0) return(-1); - { + if (0 == 1) { int mop_fd; char mop_bf[512]; -- 2.17.1