1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00

(rpc) fix crash when quickly toggling rpc on/off reported by John_Clay

This commit is contained in:
Charles Kerr 2008-06-25 11:34:35 +00:00
parent 88e907383f
commit 26261e3bde
2 changed files with 3 additions and 2 deletions

View file

@ -112,6 +112,7 @@ rpcPulse( int socket UNUSED, short action UNUSED, void * vserver )
assert( server );
if( server->ctx )
shttpd_poll( server->ctx, 1 );
/* set a timer for the next pulse */