@hdikme commented on this pull request.


In src/modules/p_usrloc/ul_db_watch.c:

> @@ -96,7 +96,10 @@ void check_dbs(unsigned int ticks, void *param){
 	ul_db_handle_list_t * tmp2, * new_element;
 	int found;
 	int i;
-	
+
+	if(mdb_availability_control) {

correct, i m removing the one inside the check_master_db() function.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.