return offset value

This commit is contained in:
Andreas Steffen 2011-07-13 18:58:58 +02:00
parent ba53c2ef0d
commit 0ccdf898bb
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ METHOD(pb_tnc_msg_t, process, status_t,
{
DBG1(DBG_TNC,"%N message is shorter than header size of %u bytes",
pb_tnc_msg_type_names, PB_MSG_ERROR, ERROR_HEADER_SIZE);
*offset = 0;
return FAILED;
}