]> mop.ddnsfree.com - git repositories - php-ancillary.git/commitdiff
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 31fa8397aa4577c232708f650d7e1727ffc16f1e..9ca16fd62db395a9832dfdaaeeaa855c19af3d16 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];