~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 12:11:43 UTC
  • Revision ID: michael.schuster@oracle.com-20100510121143-eb2e86tllf8jo31r
mismerge fixed

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;
660
659
        return NETWORK_SOCKET_SUCCESS;
661
660
}
662
661