mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
init kick count
This commit is contained in:
parent
c73e36e006
commit
3eece73188
1 changed files with 1 additions and 0 deletions
|
@ -967,6 +967,7 @@ void denied_req_array_cb(struct uloop_timeout *t) {
|
|||
void insert_client_to_array(client entry) {
|
||||
pthread_mutex_lock(&client_array_mutex);
|
||||
entry.time = time(0);
|
||||
entry.kick_count = 0;
|
||||
|
||||
client client_tmp = client_array_delete(entry);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue