Browse Source

narrowed sn's edge-last-seen update mechanism (#734)

* fortified user/pw auth scheme

* narrowed sn's edge-last-seen update mechanism
pull/740/head
Logan oos Even 3 years ago
committed by GitHub
parent
commit
c394726928
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/sn_utils.c

2
src/sn_utils.c

@ -738,7 +738,7 @@ static int update_edge (n2n_sn_t *sss,
}
}
if(scan != NULL) {
if((scan != NULL) && (ret != update_edge_auth_fail)) {
scan->last_seen = now;
}

Loading…
Cancel
Save