logging disabled v0.5.1
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 30 Jan 2013 06:14:14 +0000 (07:14 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 30 Jan 2013 06:14:14 +0000 (07:14 +0100)
php-ancillary.c

index 31fa839..9ca16fd 100644 (file)
@@ -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];