removed deadly assert in validate.c:338

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5409 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-08-13 19:30:42 +00:00
parent 6b76abd1cc
commit 64e171948c

View File

@ -335,7 +335,7 @@ ops_validate_key_cb(const ops_parser_content_t *content_,ops_parse_cb_info_t *cb
default:
fprintf(stderr,"unexpected tag=0x%x\n",content_->tag);
assert(0);
//assert(0);
break;
}
return OPS_RELEASE_MEMORY;