mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +00:00
force Transmission to crash when started. don't use this revision; it's for testing the nightly build system.
This commit is contained in:
parent
318ca1fb7e
commit
960ded0af4
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ tr_sessionInitFull( const char * configDir,
|
||||||
signal( SIGPIPE, SIG_IGN );
|
signal( SIGPIPE, SIG_IGN );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
abort();
|
||||||
|
|
||||||
tr_msgInit( );
|
tr_msgInit( );
|
||||||
tr_setMessageLevel( messageLevel );
|
tr_setMessageLevel( messageLevel );
|
||||||
tr_setMessageQueuing( isMessageQueueingEnabled );
|
tr_setMessageQueuing( isMessageQueueingEnabled );
|
||||||
|
|
Loading…
Reference in a new issue