diff options
author | Maria Matejka <mq@ucw.cz> | 2021-11-17 21:34:54 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:44 +0100 |
commit | 3fd1f46184aa74d8ab7ed65c9ab6954f7e49d309 (patch) | |
tree | ba698f8c7fe0eb25ecee3be187957b0275aa47ec /proto/rpki/ssh_transport.c | |
parent | 20ace7f2e61bc6881e4ea22c63f0d0eb9a1dd1a2 (diff) |
RPKI has its own loop
Diffstat (limited to 'proto/rpki/ssh_transport.c')
-rw-r--r-- | proto/rpki/ssh_transport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rpki/ssh_transport.c b/proto/rpki/ssh_transport.c index 6333f367..223afa80 100644 --- a/proto/rpki/ssh_transport.c +++ b/proto/rpki/ssh_transport.c @@ -38,6 +38,8 @@ rpki_tr_ssh_open(struct rpki_tr_sock *tr) if (sk_open(sk) != 0) return RPKI_TR_ERROR; + sk_start(sk); + return RPKI_TR_SUCCESS; } |