break the build so svn users won't corrupt their fastresume files

This commit is contained in:
Charles Kerr 2007-10-13 04:11:11 +00:00
parent 0000a96f78
commit 6179809146
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ tr_handle * tr_init( const char * tag )
tr_handle * h;
int i;
ccc
#ifndef WIN32
/* Don't exit when writing on a broken socket */
signal( SIGPIPE, SIG_IGN );