mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
fix -
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6226 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b2a026b9d1
commit
7e72cf2d37
@ -316,7 +316,7 @@ static void launch_threads(void)
|
|||||||
}
|
}
|
||||||
} else if (!strcasecmp(var, "interval")) {
|
} else if (!strcasecmp(var, "interval")) {
|
||||||
source->interval = atoi(val);
|
source->interval = atoi(val);
|
||||||
} else if (!strcasecmp(var, "timer_name")) {
|
} else if (!strcasecmp(var, "timer-name")) {
|
||||||
source->timer_name = switch_core_strdup(source->pool, val);
|
source->timer_name = switch_core_strdup(source->pool, val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user