X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=src%2Fsharedmemory.c;h=67c9fa5c30335d2c0c62a9bd102aa1a3e376e2e7;hp=a3c4cf267f5c9a03d041c3a253d37a8da5ab8b33;hb=54c03df3556684d6ef0b0d6533dc83bf53d426f0;hpb=f8f3917842398aca7dd21200b32b049b39190d2e diff --git a/src/sharedmemory.c b/src/sharedmemory.c index a3c4cf2..67c9fa5 100644 --- a/src/sharedmemory.c +++ b/src/sharedmemory.c @@ -63,7 +63,7 @@ void Sharedmemory_update(void) Timer_init( &now ); while( Client_iterate(&client_itr) != NULL ) { - if( client_itr->authenticated ) + if( client_itr->authenticated && !client_itr->shutdown_wait ) { channel_t *channel = client_itr->channel;