mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
dd22bd24d9
commit
7d0d51dc2a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user