mirror: And another abandon fix

This commit is contained in:
nick
2013-08-12 16:14:53 +01:00
parent 8a294e5ee0
commit 45355666f7

View File

@@ -650,6 +650,7 @@ void mirror_abandon_cb( struct ev_loop *loop, ev_io *w, int revents )
}
debug( "Abandon message received" );
mirror_set_state( ctrl->mirror, MS_ABANDONED );
self_pipe_signal_clear( ctrl->mirror->abandon_signal );
ev_break( loop, EVBREAK_ONE );
return;