join works
FossilOrigin-Name: 85bcc56e6aca1fbb8c437e74bc6bdc16d378a510e8e48a7fb58b996e919e138f
This commit is contained in:
@ -102,7 +102,7 @@ int dtls_gnutls_accept(struct conn *conn)
|
||||
if (tlen < 0 && errno == EAGAIN)
|
||||
continue;
|
||||
if (tlen < 0) {
|
||||
/* something went wrong, iwe should log a message */
|
||||
/* something went wrong, we should log a message */
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user