Fix to a Coverity defect.

This commit is contained in:
Markus Makela 2015-07-01 05:15:08 +03:00
parent a2e31d6846
commit 6c61dabfab

View File

@ -3653,7 +3653,7 @@ static mysql_sescmd_t* rses_property_get_sescmd(
if(prop == NULL)
{
skygw_log_write(LE,"Error: NULL parameter passed to rses_property_get_sescmd. (%s:%d)",__FILE__,__LINE__);
return;
return NULL;
}
CHK_RSES_PROP(prop);