X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmod-watchdog.c;h=0edf09dfb5cec806111b9e91cf6809ab70f38d03;hb=95ca19dd93fa5ef8d8756d0ef0ec1c39fe398650;hp=e6bb84c8c56095930f633dd647cff7b7952ef078;hpb=c7c06b7fb90b2596050dbb60d3c8d567bbf49239;p=srvx.git diff --git a/src/mod-watchdog.c b/src/mod-watchdog.c index e6bb84c..0edf09d 100644 --- a/src/mod-watchdog.c +++ b/src/mod-watchdog.c @@ -553,7 +553,7 @@ watchdog_conf_read(void) watchdog_conf.alert_channel = NULL; } - str = database_get_data(conf_node, "oper_chan", RECDB_QSTRING); + str = database_get_data(conf_node, "oper_channel", RECDB_QSTRING); if(str) { watchdog_conf.oper_channel = AddChannel(str, now, "+tinms", NULL);