removed assert that would cause RS to stop if a signature ptag is not recognised.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6919 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-12-02 19:31:19 +00:00
parent dd22bd24d9
commit 7d0d51dc2a

View File

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