Added missing return value.

This commit is contained in:
Markus Makela 2015-08-23 20:46:16 +03:00
parent 53c3cc4b41
commit 5adae0ff3b

View File

@ -1684,7 +1684,7 @@ static skygw_query_type_t is_read_tmp_table(
{
skygw_log_write(LE,"[%s] Error: Master server reference is NULL.",
__FUNCTION__);
return;
return type;
}
rses_prop_tmp = router_cli_ses->rses_properties[RSES_PROP_TYPE_TMPTABLES];