mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
Fix the build
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1828,7 +1828,7 @@ static int rt_extend_conf(char *confno)
|
|||||||
confno, "startTime<= ", currenttime,
|
confno, "startTime<= ", currenttime,
|
||||||
"endtime>= ", currenttime, NULL);
|
"endtime>= ", currenttime, NULL);
|
||||||
|
|
||||||
origvar = var;
|
orig_var = var;
|
||||||
|
|
||||||
/* Identify the specific RealTime conference */
|
/* Identify the specific RealTime conference */
|
||||||
while (var) {
|
while (var) {
|
||||||
|
@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
static char *cli_realtime_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
static char *cli_realtime_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||||
{
|
{
|
||||||
#define CRL_HEADER_FORMAT "%30s %-30s\n"
|
#define CRL_HEADER_FORMAT "%30s %-30s\n"
|
||||||
struct ast_variable *var = NULL, orig_var = NULL;
|
struct ast_variable *var = NULL, *orig_var = NULL;
|
||||||
|
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case CLI_INIT:
|
case CLI_INIT:
|
||||||
|
Reference in New Issue
Block a user