diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-10 16:17:37 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-10 16:17:37 +0100 |
commit | 2e507a745733b0cee2ea7d302cc9d626cb2e0c80 (patch) | |
tree | 41e0106b834a382dc4b3a329625f655819c6b3d9 /proto/rpki/ssh_transport.c | |
parent | 72163bd5f3ccefc1edda585f6f605c37e774a0b8 (diff) |
Use non-fatal asserts even for regular build
Diffstat (limited to 'proto/rpki/ssh_transport.c')
-rw-r--r-- | proto/rpki/ssh_transport.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/rpki/ssh_transport.c b/proto/rpki/ssh_transport.c index cd49ab90..13e061fc 100644 --- a/proto/rpki/ssh_transport.c +++ b/proto/rpki/ssh_transport.c @@ -42,8 +42,6 @@ rpki_tr_ssh_open(struct rpki_tr_sock *tr) static const char * rpki_tr_ssh_ident(struct rpki_tr_sock *tr) { - ASSERT(tr != NULL); - struct rpki_cache *cache = tr->cache; struct rpki_config *cf = (void *) cache->p->p.cf; struct rpki_tr_ssh_config *ssh_cf = (void *) cf->tr_config.spec; |