From: Matteo Nastasi (mop) Date: Wed, 30 Jan 2013 06:14:14 +0000 (+0100) Subject: logging disabled X-Git-Tag: v0.5.1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=php-ancillary.git;a=commitdiff_plain;h=45f8c81a4c78d99b789561672ef2ebe70879bb09 logging disabled --- 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];