fix incorrect QoS compare that breaks creating topics multiple times
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
		
							parent
							
								
									30f421ea9b
								
							
						
					
					
						commit
						d6dcb0558d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -316,7 +316,7 @@ bool dds_qos_equal (
 | 
			
		|||
    } else if (a == NULL || b == NULL) {
 | 
			
		||||
        return false;
 | 
			
		||||
    } else {
 | 
			
		||||
        return nn_xqos_delta(a, b, ~(uint64_t)0) != 0;
 | 
			
		||||
        return nn_xqos_delta(a, b, ~(uint64_t)0) == 0;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue