removed unnecessary saving of config in p3turtle

This commit is contained in:
csoler 2018-10-28 17:45:21 +01:00
parent 20391371c7
commit 3c6dd1af1c
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -2126,8 +2126,6 @@ void p3turtle::monitorTunnels(const RsFileHash& hash,RsTurtleClientService *clie
_incoming_file_hashes[hash].last_digg_time = RSRandom::random_u32()%10 ;
_incoming_file_hashes[hash].service = client_service ;
}
IndicateConfigChanged() ; // initiates saving of handled hashes.
}