Browse Source
Merge pull request #137 from Teteros/fix-typo
Fix typo: 'enstablished' -> 'established'
pull/139/head
Emanuele Faranda
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
edge_utils.c
|
@ -437,7 +437,7 @@ static void peer_set_p2p_confirmed(n2n_edge_t * eee, |
|
|
scan->sock = *peer; |
|
|
scan->sock = *peer; |
|
|
scan->last_p2p = now; |
|
|
scan->last_p2p = now; |
|
|
|
|
|
|
|
|
traceEvent(TRACE_NORMAL, "P2P connection enstablished: %s [%s]", |
|
|
traceEvent(TRACE_NORMAL, "P2P connection established: %s [%s]", |
|
|
macaddr_str(mac_buf, mac), |
|
|
macaddr_str(mac_buf, mac), |
|
|
sock_to_cstr(sockbuf, peer)); |
|
|
sock_to_cstr(sockbuf, peer)); |
|
|
|
|
|
|
|
|