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