Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
fix wrong brackets set in escalation_codition config check
Browse files Browse the repository at this point in the history
(did i already mention that i hate that \t coding style for
ending brackets?)

refs #270
  • Loading branch information
Michael Friedrich committed Feb 15, 2010
1 parent 7481e6d commit 8d7ba82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/config.c
Expand Up @@ -2524,7 +2524,6 @@ int pre_flight_object_check(int *w, int *e){
/* save the contact group pointer for later */
temp_contactgroupsmember->group_ptr=temp_contactgroup;
}
}

/* check escalation conditions */
for(temp_escalation_condition=temp_he->condition;temp_escalation_condition!=NULL;temp_escalation_condition=temp_escalation_condition->next){
Expand All @@ -2546,6 +2545,8 @@ int pre_flight_object_check(int *w, int *e){
}
}

}

if(verify_config==TRUE)
printf("\tChecked %d host escalations.\n",total_objects);

Expand Down

0 comments on commit 8d7ba82

Please sign in to comment.