~schuster/mysql-proxy/remove_unix_socket

« back to all changes in this revision

Viewing changes to src/network-socket.c

  • Committer: michael.schuster at oracle
  • Date: 2010-05-10 11:49:40 UTC
  • Revision ID: michael.schuster@oracle.com-20100510114940-10ociz5ruzvzm3h0
fix diversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
656
656
                }
657
657
        }
658
658
 
 
659
        con->dst->can_unlink_socket = TRUE;
659
660
        return NETWORK_SOCKET_SUCCESS;
660
661
}
661
662