Fix to a Coverity defect.
This commit is contained in:
		@ -3653,7 +3653,7 @@ static mysql_sescmd_t* rses_property_get_sescmd(
 | 
				
			|||||||
	if(prop == NULL)
 | 
						if(prop == NULL)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
	    skygw_log_write(LE,"Error: NULL parameter passed to rses_property_get_sescmd. (%s:%d)",__FILE__,__LINE__);
 | 
						    skygw_log_write(LE,"Error: NULL parameter passed to rses_property_get_sescmd. (%s:%d)",__FILE__,__LINE__);
 | 
				
			||||||
	    return;
 | 
						    return NULL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        CHK_RSES_PROP(prop);
 | 
					        CHK_RSES_PROP(prop);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user