dect
/
asterisk
Archived
13
0
Fork 0

Fix the build

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@165326 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mmichelson 2008-12-17 21:29:30 +00:00
parent 28330bf377
commit dc62f16683
2 changed files with 2 additions and 2 deletions

View File

@ -1828,7 +1828,7 @@ static int rt_extend_conf(char *confno)
confno, "startTime<= ", currenttime,
"endtime>= ", currenttime, NULL);
origvar = var;
orig_var = var;
/* Identify the specific RealTime conference */
while (var) {

View File

@ -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)
{
#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) {
case CLI_INIT: