| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -1289,16 +1289,16 @@ static void __drop_client(sdata_t *sdata, stratum_instance_t *client, bool lazil | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						if (client->workername) { | 
					 | 
					 | 
					 | 
						if (client->workername) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							if (user) { | 
					 | 
					 | 
					 | 
							if (user) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								ASPRINTF(msg, "Client %"PRId64" %s %suser %s worker %s dropped %s", | 
					 | 
					 | 
					 | 
								ASPRINTF(msg, "Dropped client %"PRId64" %s %suser %s worker %s %s", | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									 client->id, client->address, user->throttled ? "throttled " : "", | 
					 | 
					 | 
					 | 
									 client->id, client->address, user->throttled ? "throttled " : "", | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									 user->username, client->workername, lazily ? "lazily" : ""); | 
					 | 
					 | 
					 | 
									 user->username, client->workername, lazily ? "lazily" : ""); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							} else { | 
					 | 
					 | 
					 | 
							} else { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								ASPRINTF(msg, "Client %"PRId64" %s no user worker %s dropped %s", | 
					 | 
					 | 
					 | 
								ASPRINTF(msg, "Dropped client %"PRId64" %s no user worker %s %s", | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									 client->id, client->address, client->workername, | 
					 | 
					 | 
					 | 
									 client->id, client->address, client->workername, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									 lazily ? "lazily" : ""); | 
					 | 
					 | 
					 | 
									 lazily ? "lazily" : ""); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							} | 
					 | 
					 | 
					 | 
							} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} else { | 
					 | 
					 | 
					 | 
						} else { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							ASPRINTF(msg, "Workerless client %"PRId64" %s dropped %s", | 
					 | 
					 | 
					 | 
							ASPRINTF(msg, "Dropped workerless client %"PRId64" %s %s", | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								 client->id, client->address, lazily ? "lazily" : ""); | 
					 | 
					 | 
					 | 
								 client->id, client->address, lazily ? "lazily" : ""); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} | 
					 | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						__del_client(sdata, client); | 
					 | 
					 | 
					 | 
						__del_client(sdata, client); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |