FS-4776 --resolve

This commit is contained in:
Anthony Minessale 2012-10-31 11:46:17 -04:00
parent 0343b3ae8f
commit 7ade45164a

View File

@ -623,7 +623,7 @@ static ldl_status parse_jingle_code(ldl_handle_t *handle, iks *xml, char *to, ch
} }
if (!(id && action)) { if (!(id && action && from)) {
globals.logger(DL_LOG_CRIT, "missing required params\n"); globals.logger(DL_LOG_CRIT, "missing required params\n");
return LDL_STATUS_FALSE; return LDL_STATUS_FALSE;
} }