break the build so svn users won't corrupt their fastresume files
This commit is contained in:
parent
0000a96f78
commit
6179809146
|
@ -110,6 +110,7 @@ tr_handle * tr_init( const char * tag )
|
||||||
tr_handle * h;
|
tr_handle * h;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
ccc
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
/* Don't exit when writing on a broken socket */
|
/* Don't exit when writing on a broken socket */
|
||||||
signal( SIGPIPE, SIG_IGN );
|
signal( SIGPIPE, SIG_IGN );
|
||||||
|
|
Loading…
Reference in New Issue